#67335E

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

Shades of Palatinate Purple #67335E

Tints of Palatinate Purple #67335E

Color information

#67335E (or 0x67335E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 33 and 5E. RGB value is (103,51,94). Sum of RGB (Red+Green+Blue) = 103+51+94=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #67335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67335E is #98CCA1. Grayscale: #474747. Windows color (decimal): -10013858 or 6173543. OLE color: 6173543.

HSL color Cylindrical-coordinate representation of color #67335E: hue angle of 310.38º 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 #67335E is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1035194-
CMYK00.500.090.60
HSL310.38º33.77%30.2%-
HSV(B)310.38º50.49%40.39%-
XYZ8.86.0611.3-
YUV71.45140.73150.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.53%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=41.53%
G=20.56%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103519400.500.090.60310.3833.7730.2
Hex67335E03293C136221e
Octal1476313606211744664236
Binary110011111001110111100110010100111110010011011010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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