#67095F

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

Shades of Palatinate Purple #67095F

Tints of Palatinate Purple #67095F

Color information

#67095F (or 0x67095F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 09 and 5F. RGB value is (103,9,95). Sum of RGB (Red+Green+Blue) = 103+9+95=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #67095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67095F is #98F6A0. Grayscale: #2E2E2E. Windows color (decimal): -10024609 or 6228327. OLE color: 6228327.

HSL color Cylindrical-coordinate representation of color #67095F: hue angle of 305.11º 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 #67095F is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB103995-
CMYK00.910.080.60
HSL305.11º83.93%21.96%-
HSV(B)305.11º91.26%40.39%-
XYZ7.763.9111.17-
YUV46.91155.14168.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 95 (37.5% from 255) = 45.89%
R=49.76%
G=4.35%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10399500.910.080.60305.1183.9321.96
Hex6795F05B83C1315416
Octal147111370133107446112426
Binary110011110011011111010110111000111100100110001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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