#67025F

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

Shades of Palatinate Purple #67025F

Tints of Palatinate Purple #67025F

Color information

#67025F (or 0x67025F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 02 and 5F. RGB value is (103,2,95). Sum of RGB (Red+Green+Blue) = 103+2+95=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #67025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67025F is #98FDA0. Grayscale: #2A2A2A. Windows color (decimal): -10026401 or 6226535. OLE color: 6226535.

HSL color Cylindrical-coordinate representation of color #67025F: hue angle of 304.75º 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 #67025F is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB103295-
CMYK00.980.080.60
HSL304.75º96.19%20.59%-
HSV(B)304.75º98.06%40.39%-
XYZ7.683.7511.15-
YUV42.8157.46170.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=51.5%
G=1%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10329500.980.080.60304.7596.1920.59
Hex6725F06283C1316015
Octal14721370142107446114025
Binary1100111101011111011000101000111100100110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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