Html Css Color HEX #6B3481 Eminence

📋 copy color: '#6B3481'

red 107 ◦ green 52 ◦ blue 129

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

Shades of Eminence #6B3481

Tints of Eminence #6B3481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 37.15%
G = 18.06%
B = 44.79%

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

#6B3481 (or 0x6B3481) is known color: Eminence. HEX triplet: 6B, 34 and 81. RGB value is (107,52,129). Sum of RGB (Red+Green+Blue) = 107+52+129=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B3481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3481 is #94CB7E. Grayscale: #4C4C4C. Windows color (decimal): -9751423 or 8467563. OLE color: 8467563.

HSL color Cylindrical-coordinate representation of color #6B3481: hue angle of 282.86º 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 #6B3481 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 52 129 -
CMYK 0.17 0.60 0 0.49
HSL 282.86º 0.43% 0.35% -
HSV(B) 282.86º 0.6% 0.51% -
XYZ 11.25 7.17 21.56 -
YUV 77.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 107 52 129 0.17 0.60 0 0.49 282.86 0.43 0.35
Hex 6B 34 81 11 3C 0 31 11B 2B 23
Octal 153 64 201 21 74 0 61 433 53 43
Binary 1101011 110100 10000001 10001 111100 0 110001 100011011 101011 100011

Color Harmonies of #6B3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3481

Black with #6B3481

Text Example


Text Example

White with #6B3481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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