#67035D

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

Shades of Palatinate Purple #67035D

Tints of Palatinate Purple #67035D

Color information

#67035D (or 0x67035D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 03 and 5D. RGB value is (103,3,93). Sum of RGB (Red+Green+Blue) = 103+3+93=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67035D is #98FCA2. Grayscale: #2A2A2A. Windows color (decimal): -10026147 or 6095719. OLE color: 6095719.

HSL color Cylindrical-coordinate representation of color #67035D: hue angle of 306º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67035D is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB103393-
CMYK00.970.100.60
HSL306º94.34%20.78%-
HSV(B)306º97.09%40.39%-
XYZ7.63.7410.68-
YUV43.16156.13170.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.76%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=51.76%
G=1.51%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10339300.970.100.6030694.3420.78
Hex6735D061A3C1325e15
Octal14731350141127446213625
Binary1100111111011101011000011010111100100110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67035D; }

 p { color: rgb(103,3,93); }

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

<style>
 a { background-color: #67035D; }

 a { background-color: rgb(103,3,93); }

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

<style>
 span { border-color: #67035D; }

 span { border-color: rgb(103,3,93); }

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