#67307C

Color #67307C Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #67307C

Tints of Eminence #67307C

Color information

#67307C (or 0x67307C) is unknown color: approx Eminence. HEX triplet: 67, 30 and 7C. RGB value is (103,48,124). Sum of RGB (Red+Green+Blue) = 103+48+124=275 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.45% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #67307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67307C is #98CF83. Grayscale: #484848. Windows color (decimal): -10014596 or 8138855. OLE color: 8138855.

HSL color Cylindrical-coordinate representation of color #67307C: hue angle of 283.42º 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 #67307C is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10348124-
CMYK0.170.6100.51
HSL283.42º44.19%33.73%-
HSV(B)283.42º61.29%48.63%-
XYZ10.296.4519.77-
YUV73.11156.72149.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.45%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=37.45%
G=17.45%
B=45.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103481240.170.6100.51283.4244.1933.73
Hex67307C113D03311b2c22
Octal1476017421750634335442
Binary11001111100001111100100011111010110011100011011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67307C;
 }
 .AnyTagClassName
 {
   color: #67307C;
 }
</style>
background-color css

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

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

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

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

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

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