#67335B

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

Shades of Palatinate Purple #67335B

Tints of Palatinate Purple #67335B

Color information

#67335B (or 0x67335B) is unknown color: approx Palatinate Purple. HEX triplet: 67, 33 and 5B. RGB value is (103,51,91). Sum of RGB (Red+Green+Blue) = 103+51+91=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #67335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67335B is #98CCA4. Grayscale: #474747. Windows color (decimal): -10013861 or 5976935. OLE color: 5976935.

HSL color Cylindrical-coordinate representation of color #67335B: hue angle of 313.85º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67335B is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1035191-
CMYK00.500.120.60
HSL313.85º33.77%30.2%-
HSV(B)313.85º50.49%40.39%-
XYZ8.676.0110.6-
YUV71.11139.23150.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.04%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=42.04%
G=20.82%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103519100.500.120.60313.8533.7730.2
Hex67335B032C3C13a221e
Octal1476313306214744724236
Binary110011111001110110110110010110011110010011101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67335B; }

 p { color: rgb(103,51,91); }

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

<style>
 a { background-color: #67335B; }

 a { background-color: rgb(103,51,91); }

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

<style>
 span { border-color: #67335B; }

 span { border-color: rgb(103,51,91); }

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