#67095E

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

Shades of Palatinate Purple #67095E

Tints of Palatinate Purple #67095E

Color information

#67095E (or 0x67095E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 09 and 5E. RGB value is (103,9,94). Sum of RGB (Red+Green+Blue) = 103+9+94=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #67095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67095E is #98F6A1. Grayscale: #2E2E2E. Windows color (decimal): -10024610 or 6162791. OLE color: 6162791.

HSL color Cylindrical-coordinate representation of color #67095E: hue angle of 305.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67095E is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB103994-
CMYK00.910.090.60
HSL305.74º83.93%21.96%-
HSV(B)305.74º91.26%40.39%-
XYZ7.713.8910.93-
YUV46.8154.64168.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 4.37%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=50%
G=4.37%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10399400.910.090.60305.7483.9321.96
Hex6795E05B93C1325416
Octal147111360133117446212426
Binary110011110011011110010110111001111100100110010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,9,94); }

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

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

 a { background-color: rgb(103,9,94); }

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

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

 span { border-color: rgb(103,9,94); }

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