Html Css Color HEX #6E2482 Eminence

📋 copy color: '#6E2482'

red 110 ◦ green 36 ◦ blue 130

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

Shades of Eminence #6E2482

Tints of Eminence #6E2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 39.86%
G = 13.04%
B = 47.1%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E2482 (or 0x6E2482) is known color: Eminence. HEX triplet: 6E, 24 and 82. RGB value is (110,36,130). Sum of RGB (Red+Green+Blue) = 110+36+130=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2482 is #91DB7D. Grayscale: #444444. Windows color (decimal): -9558910 or 8529006. OLE color: 8529006.

HSL color Cylindrical-coordinate representation of color #6E2482: hue angle of 287.23º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E2482 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 36 130 -
CMYK 0.15 0.72 0 0.49
HSL 287.23º 0.57% 0.33% -
HSV(B) 287.23º 0.72% 0.51% -
XYZ 11.09 6.19 21.73 -
YUV 68.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 110 36 130 0.15 0.72 0 0.49 287.23 0.57 0.33
Hex 6E 24 82 F 48 0 31 11F 39 21
Octal 156 44 202 17 110 0 61 437 71 41
Binary 1101110 100100 10000010 1111 1001000 0 110001 100011111 111001 100001

Color Harmonies of #6E2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2482

Black with #6E2482

Text Example


Text Example

White with #6E2482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,36,130); }

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

background-color css

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

 a { background-color: rgb(110,36,130); }

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

border-color css

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

 span { border-color: rgb(110,36,130); }

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