Html Css Color HEX #6B3377 Eminence

📋 copy color: '#6B3377'

red 107 ◦ green 51 ◦ blue 119

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

Shades of Eminence #6B3377

Tints of Eminence #6B3377

RGB

 RED value IS 107 (42.19% from 255) = 38.63%

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 38.63%
G = 18.41%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B3377 (or 0x6B3377) is known color: Eminence. HEX triplet: 6B, 33 and 77. RGB value is (107,51,119). Sum of RGB (Red+Green+Blue) = 107+51+119=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B3377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3377 is #94CC88. Grayscale: #4B4B4B. Windows color (decimal): -9751689 or 7811947. OLE color: 7811947.

HSL color Cylindrical-coordinate representation of color #6B3377: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B3377 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 51 119 -
CMYK 0.10 0.57 0 0.53
HSL 289.41º 0.4% 0.33% -
HSV(B) 289.41º 0.57% 0.47% -
XYZ 10.58 6.83 18.21 -
YUV 75.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 107 51 119 0.10 0.57 0 0.53 289.41 0.4 0.33
Hex 6B 33 77 A 39 0 35 121 28 21
Octal 153 63 167 12 71 0 65 441 50 41
Binary 1101011 110011 1110111 1010 111001 0 110101 100100001 101000 100001

Color Harmonies of #6B3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3377

Black with #6B3377

Text Example


Text Example

White with #6B3377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,119); }

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

background-color css

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

 a { background-color: rgb(107,51,119); }

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

border-color css

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

 span { border-color: rgb(107,51,119); }

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