#67215A

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

Shades of Palatinate Purple #67215A

Tints of Palatinate Purple #67215A

Color information

#67215A (or 0x67215A) is unknown color: approx Palatinate Purple. HEX triplet: 67, 21 and 5A. RGB value is (103,33,90). Sum of RGB (Red+Green+Blue) = 103+33+90=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #67215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67215A is #98DEA5. Grayscale: #3C3C3C. Windows color (decimal): -10018470 or 5906791. OLE color: 5906791.

HSL color Cylindrical-coordinate representation of color #67215A: hue angle of 311.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67215A is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1033390-
CMYK00.680.130.60
HSL311.14º51.47%26.67%-
HSV(B)311.14º67.96%40.39%-
XYZ7.984.7110.16-
YUV60.43144.69158.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.58%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=45.58%
G=14.60%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103339000.680.130.60311.1451.4726.67
Hex67215A044D3C137331b
Octal14741132010415744676333
Binary1100111100001101101001000100110111110010011011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67215A; }

 p { color: rgb(103,33,90); }

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

<style>
 a { background-color: #67215A; }

 a { background-color: rgb(103,33,90); }

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

<style>
 span { border-color: #67215A; }

 span { border-color: rgb(103,33,90); }

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