Html Css Color HEX #68307C Eminence

📋 copy color: '#68307C'

red 104 ◦ green 48 ◦ blue 124

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

Shades of Eminence #68307C

Tints of Eminence #68307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 37.68%
G = 17.39%
B = 44.93%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68307C (or 0x68307C) is known color: Eminence. HEX triplet: 68, 30 and 7C. RGB value is (104,48,124). Sum of RGB (Red+Green+Blue) = 104+48+124=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #68307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68307C is #97CF83. Grayscale: #494949. Windows color (decimal): -9949060 or 8138856. OLE color: 8138856.

HSL color Cylindrical-coordinate representation of color #68307C: hue angle of 284.21º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68307C is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 48 124 -
CMYK 0.16 0.61 0 0.51
HSL 284.21º 0.44% 0.34% -
HSV(B) 284.21º 0.61% 0.49% -
XYZ 10.4 6.51 19.78 -
YUV 73.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 104 48 124 0.16 0.61 0 0.51 284.21 0.44 0.34
Hex 68 30 7C 10 3D 0 33 11C 2C 22
Octal 150 60 174 20 75 0 63 434 54 42
Binary 1101000 110000 1111100 10000 111101 0 110011 100011100 101100 100010

Color Harmonies of #68307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68307C

Black with #68307C

Text Example


Text Example

White with #68307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68307C; }

 p { color: rgb(104,48,124); }

 H1.HeaderClassName
 {
   color: #68307C;
 }
 .AnyTagClassName
 {
   color: #68307C;
 }
</style>

background-color css

<style>
 a { background-color: #68307C; }

 a { background-color: rgb(104,48,124); }

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

border-color css

<style>
 span { border-color: #68307C; }

 span { border-color: rgb(104,48,124); }

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