Html Css Color HEX #6E0B7D Purple

📋 copy color: '#6E0B7D'

red 110 ◦ green 11 ◦ blue 125

#6E0B7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #6E0B7D

Tints of Purple #6E0B7D

RGB

 RED value IS 110 (43.36% from 255) = 44.72%

 GREEN value IS 11 (4.69% from 255) = 4.47%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 44.72%
G = 4.47%
B = 50.81%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6E0B7D (or 0x6E0B7D) is known color: Purple. HEX triplet: 6E, 0B and 7D. RGB value is (110,11,125). Sum of RGB (Red+Green+Blue) = 110+11+125=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E0B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B7D is #91F482. Grayscale: #353535. Windows color (decimal): -9565315 or 8194926. OLE color: 8194926.

HSL color Cylindrical-coordinate representation of color #6E0B7D: hue angle of 292.11º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0B7D is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 11 125 -
CMYK 0.12 0.91 0 0.51
HSL 292.11º 0.84% 0.27% -
HSV(B) 292.11º 0.91% 0.49% -
XYZ 10.25 5.04 19.83 -
YUV 53.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 110 11 125 0.12 0.91 0 0.51 292.11 0.84 0.27
Hex 6E B 7D C 5B 0 33 124 54 1B
Octal 156 13 175 14 133 0 63 444 124 33
Binary 1101110 1011 1111101 1100 1011011 0 110011 100100100 1010100 11011

Color Harmonies of #6E0B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B7D

Black with #6E0B7D

Text Example


Text Example

White with #6E0B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E0B7D; }

 p { color: rgb(110,11,125); }

 H1.HeaderClassName
 {
   color: #6E0B7D;
 }
 .AnyTagClassName
 {
   color: #6E0B7D;
 }
</style>

background-color css

<style>
 a { background-color: #6E0B7D; }

 a { background-color: rgb(110,11,125); }

 div.DivClassName
 {
   background-color: #6E0B7D;
 }
 .BgClassName
 {
   background-color: #6E0B7D;
 }
</style>

border-color css

<style>
 span { border-color: #6E0B7D; }

 span { border-color: rgb(110,11,125); }

 td.TdClassName
 {
   border-color: #6E0B7D;
 }
 .TagClassName
 {
   border-color: #6E0B7D;
 }
</style>