#67025C

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

Shades of Palatinate Purple #67025C

Tints of Palatinate Purple #67025C

Color information

#67025C (or 0x67025C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 02 and 5C. RGB value is (103,2,92). Sum of RGB (Red+Green+Blue) = 103+2+92=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67025C is #98FDA3. Grayscale: #2A2A2A. Windows color (decimal): -10026404 or 6029927. OLE color: 6029927.

HSL color Cylindrical-coordinate representation of color #67025C: hue angle of 306.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67025C is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB103292-
CMYK00.980.110.60
HSL306.53º96.19%20.59%-
HSV(B)306.53º98.06%40.39%-
XYZ7.553.710.44-
YUV42.46155.96171.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.28%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=52.28%
G=1.02%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10329200.980.110.60306.5396.1920.59
Hex6725C062B3C1336015
Octal14721340142137446314025
Binary1100111101011100011000101011111100100110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67025C; }

 p { color: rgb(103,2,92); }

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

<style>
 a { background-color: #67025C; }

 a { background-color: rgb(103,2,92); }

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

<style>
 span { border-color: #67025C; }

 span { border-color: rgb(103,2,92); }

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