Html Css Color HEX #6C2483 Eminence

📋 copy color: '#6C2483'

red 108 ◦ green 36 ◦ blue 131

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

Shades of Eminence #6C2483

Tints of Eminence #6C2483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 39.27%
G = 13.09%
B = 47.64%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6C2483 (or 0x6C2483) is known color: Eminence. HEX triplet: 6C, 24 and 83. RGB value is (108,36,131). Sum of RGB (Red+Green+Blue) = 108+36+131=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #6C2483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2483 is #93DB7C. Grayscale: #444444. Windows color (decimal): -9689981 or 8594540. OLE color: 8594540.

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

Color convert

RGB 108 36 131 -
CMYK 0.18 0.73 0 0.49
HSL 285.47º 0.57% 0.33% -
HSV(B) 285.47º 0.73% 0.51% -
XYZ 10.91 6.09 22.07 -
YUV 68.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 108 36 131 0.18 0.73 0 0.49 285.47 0.57 0.33
Hex 6C 24 83 12 49 0 31 11D 39 21
Octal 154 44 203 22 111 0 61 435 71 41
Binary 1101100 100100 10000011 10010 1001001 0 110001 100011101 111001 100001

Color Harmonies of #6C2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2483

Black with #6C2483

Text Example


Text Example

White with #6C2483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,36,131); }

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

background-color css

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

 a { background-color: rgb(108,36,131); }

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

border-color css

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

 span { border-color: rgb(108,36,131); }

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