Html Css Color HEX #6B3381 Eminence

📋 copy color: '#6B3381'

red 107 ◦ green 51 ◦ blue 129

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

Shades of Eminence #6B3381

Tints of Eminence #6B3381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 37.28%
G = 17.77%
B = 44.95%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B3381 (or 0x6B3381) is known color: Eminence. HEX triplet: 6B, 33 and 81. RGB value is (107,51,129). Sum of RGB (Red+Green+Blue) = 107+51+129=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B3381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3381 is #94CC7E. Grayscale: #4C4C4C. Windows color (decimal): -9751679 or 8467307. OLE color: 8467307.

HSL color Cylindrical-coordinate representation of color #6B3381: hue angle of 283.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B3381 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 51 129 -
CMYK 0.17 0.60 0 0.49
HSL 283.08º 0.43% 0.35% -
HSV(B) 283.08º 0.6% 0.51% -
XYZ 11.21 7.08 21.54 -
YUV 76.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 107 51 129 0.17 0.60 0 0.49 283.08 0.43 0.35
Hex 6B 33 81 11 3C 0 31 11B 2B 23
Octal 153 63 201 21 74 0 61 433 53 43
Binary 1101011 110011 10000001 10001 111100 0 110001 100011011 101011 100011

Color Harmonies of #6B3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3381

Black with #6B3381

Text Example


Text Example

White with #6B3381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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