#67195A

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

Shades of Palatinate Purple #67195A

Tints of Palatinate Purple #67195A

Color information

#67195A (or 0x67195A) is unknown color: approx Palatinate Purple. HEX triplet: 67, 19 and 5A. RGB value is (103,25,90). Sum of RGB (Red+Green+Blue) = 103+25+90=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #67195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67195A is #98E6A5. Grayscale: #373737. Windows color (decimal): -10020518 or 5904743. OLE color: 5904743.

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

Color convert

RGB1032590-
CMYK00.760.130.60
HSL310º60.94%25.1%-
HSV(B)310º75.73%40.39%-
XYZ7.794.3210.1-
YUV55.73147.34161.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=47.25%
G=11.47%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103259000.760.130.6031060.9425.1
Hex67195A04CD3C1363d19
Octal14731132011415744667531
Binary110011111001101101001001100110111110010011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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