Html Css Color HEX #68317F Eminence

📋 copy color: '#68317F'

red 104 ◦ green 49 ◦ blue 127

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

Shades of Eminence #68317F

Tints of Eminence #68317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 37.14%
G = 17.5%
B = 45.36%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68317F (or 0x68317F) is known color: Eminence. HEX triplet: 68, 31 and 7F. RGB value is (104,49,127). Sum of RGB (Red+Green+Blue) = 104+49+127=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #68317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68317F is #97CE80. Grayscale: #4A4A4A. Windows color (decimal): -9948801 or 8335720. OLE color: 8335720.

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

Color convert

RGB 104 49 127 -
CMYK 0.18 0.61 0 0.50
HSL 282.31º 0.44% 0.35% -
HSV(B) 282.31º 0.61% 0.5% -
XYZ 10.64 6.67 20.81 -
YUV 74.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 104 49 127 0.18 0.61 0 0.50 282.31 0.44 0.35
Hex 68 31 7F 12 3D 0 32 11A 2C 23
Octal 150 61 177 22 75 0 62 432 54 43
Binary 1101000 110001 1111111 10010 111101 0 110010 100011010 101100 100011

Color Harmonies of #68317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68317F

Black with #68317F

Text Example


Text Example

White with #68317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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