Html Css Color HEX #6C3478 Eminence

📋 copy color: '#6C3478'

red 108 ◦ green 52 ◦ blue 120

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

Shades of Eminence #6C3478

Tints of Eminence #6C3478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 38.57%
G = 18.57%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C3478 (or 0x6C3478) is known color: Eminence. HEX triplet: 6C, 34 and 78. RGB value is (108,52,120). Sum of RGB (Red+Green+Blue) = 108+52+120=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C3478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3478 is #93CB87. Grayscale: #4C4C4C. Windows color (decimal): -9685896 or 7877740. OLE color: 7877740.

HSL color Cylindrical-coordinate representation of color #6C3478: hue angle of 289.41º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C3478 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 52 120 -
CMYK 0.10 0.57 0 0.53
HSL 289.41º 0.4% 0.34% -
HSV(B) 289.41º 0.57% 0.47% -
XYZ 10.8 7 18.55 -
YUV 76.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 108 52 120 0.10 0.57 0 0.53 289.41 0.4 0.34
Hex 6C 34 78 A 39 0 35 121 28 22
Octal 154 64 170 12 71 0 65 441 50 42
Binary 1101100 110100 1111000 1010 111001 0 110101 100100001 101000 100010

Color Harmonies of #6C3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3478

Black with #6C3478

Text Example


Text Example

White with #6C3478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,52,120); }

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

background-color css

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

 a { background-color: rgb(108,52,120); }

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

border-color css

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

 span { border-color: rgb(108,52,120); }

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