Html Css Color HEX #6C2982 Eminence

📋 copy color: '#6C2982'

red 108 ◦ green 41 ◦ blue 130

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

Shades of Eminence #6C2982

Tints of Eminence #6C2982

RGB

 RED value IS 108 (42.58% from 255) = 38.71%

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 38.71%
G = 14.7%
B = 46.59%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C2982 (or 0x6C2982) is known color: Eminence. HEX triplet: 6C, 29 and 82. RGB value is (108,41,130). Sum of RGB (Red+Green+Blue) = 108+41+130=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C2982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2982 is #93D67D. Grayscale: #464646. Windows color (decimal): -9688702 or 8530284. OLE color: 8530284.

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

Color convert

RGB 108 41 130 -
CMYK 0.17 0.68 0 0.49
HSL 285.17º 0.52% 0.34% -
HSV(B) 285.17º 0.68% 0.51% -
XYZ 11.01 6.39 21.77 -
YUV 71.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 108 41 130 0.17 0.68 0 0.49 285.17 0.52 0.34
Hex 6C 29 82 11 44 0 31 11D 34 22
Octal 154 51 202 21 104 0 61 435 64 42
Binary 1101100 101001 10000010 10001 1000100 0 110001 100011101 110100 100010

Color Harmonies of #6C2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2982

Black with #6C2982

Text Example


Text Example

White with #6C2982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,130); }

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

background-color css

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

 a { background-color: rgb(108,41,130); }

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

border-color css

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

 span { border-color: rgb(108,41,130); }

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