Html Css Color HEX #68337F Eminence

📋 copy color: '#68337F'

red 104 ◦ green 51 ◦ blue 127

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

Shades of Eminence #68337F

Tints of Eminence #68337F

RGB

 RED value IS 104 (41.02% from 255) = 36.88%

 GREEN value IS 51 (20.31% from 255) = 18.09%

 BLUE value IS 127 (50% from 255) = 45.04%

R = 36.88%
G = 18.09%
B = 45.04%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68337F (or 0x68337F) is known color: Eminence. HEX triplet: 68, 33 and 7F. RGB value is (104,51,127). Sum of RGB (Red+Green+Blue) = 104+51+127=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #68337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68337F is #97CC80. Grayscale: #4B4B4B. Windows color (decimal): -9948289 or 8336232. OLE color: 8336232.

HSL color Cylindrical-coordinate representation of color #68337F: hue angle of 281.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68337F is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 51 127 -
CMYK 0.18 0.60 0 0.50
HSL 281.84º 0.43% 0.35% -
HSV(B) 281.84º 0.6% 0.5% -
XYZ 10.72 6.84 20.83 -
YUV 75.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 104 51 127 0.18 0.60 0 0.50 281.84 0.43 0.35
Hex 68 33 7F 12 3C 0 32 11A 2B 23
Octal 150 63 177 22 74 0 62 432 53 43
Binary 1101000 110011 1111111 10010 111100 0 110010 100011010 101011 100011

Color Harmonies of #68337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68337F

Black with #68337F

Text Example


Text Example

White with #68337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68337F; }

 p { color: rgb(104,51,127); }

 H1.HeaderClassName
 {
   color: #68337F;
 }
 .AnyTagClassName
 {
   color: #68337F;
 }
</style>

background-color css

<style>
 a { background-color: #68337F; }

 a { background-color: rgb(104,51,127); }

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

border-color css

<style>
 span { border-color: #68337F; }

 span { border-color: rgb(104,51,127); }

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