Html Css Color HEX #6B3281 Eminence

📋 copy color: '#6B3281'

red 107 ◦ green 50 ◦ blue 129

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

Shades of Eminence #6B3281

Tints of Eminence #6B3281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 37.41%
G = 17.48%
B = 45.1%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6B3281 (or 0x6B3281) is known color: Eminence. HEX triplet: 6B, 32 and 81. RGB value is (107,50,129). Sum of RGB (Red+Green+Blue) = 107+50+129=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #6B3281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3281 is #94CD7E. Grayscale: #4B4B4B. Windows color (decimal): -9751935 or 8467051. OLE color: 8467051.

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

Color convert

RGB 107 50 129 -
CMYK 0.17 0.61 0 0.49
HSL 283.29º 0.44% 0.35% -
HSV(B) 283.29º 0.61% 0.51% -
XYZ 11.17 6.99 21.53 -
YUV 76.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 107 50 129 0.17 0.61 0 0.49 283.29 0.44 0.35
Hex 6B 32 81 11 3D 0 31 11B 2C 23
Octal 153 62 201 21 75 0 61 433 54 43
Binary 1101011 110010 10000001 10001 111101 0 110001 100011011 101100 100011

Color Harmonies of #6B3281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3281

Black with #6B3281

Text Example


Text Example

White with #6B3281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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