#67307E

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

Shades of Eminence #67307E

Tints of Eminence #67307E

Color information

#67307E (or 0x67307E) is unknown color: approx Eminence. HEX triplet: 67, 30 and 7E. RGB value is (103,48,126). Sum of RGB (Red+Green+Blue) = 103+48+126=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #67307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67307E is #98CF81. Grayscale: #494949. Windows color (decimal): -10014594 or 8269927. OLE color: 8269927.

HSL color Cylindrical-coordinate representation of color #67307E: hue angle of 282.31º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67307E is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10348126-
CMYK0.180.6200.51
HSL282.31º44.83%34.12%-
HSV(B)282.31º61.9%49.41%-
XYZ10.426.520.45-
YUV73.34157.72149.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.18%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=37.18%
G=17.33%
B=45.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103481260.180.6200.51282.3144.8334.12
Hex67307E123E03311a2d22
Octal1476017622760634325542
Binary11001111100001111110100101111100110011100011010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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