#65125F

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

Shades of Palatinate Purple #65125F

Tints of Palatinate Purple #65125F

Color information

#65125F (or 0x65125F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 5F. RGB value is (101,18,95). Sum of RGB (Red+Green+Blue) = 101+18+95=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65125F is #9AEDA0. Grayscale: #333333. Windows color (decimal): -10153377 or 6230629. OLE color: 6230629.

HSL color Cylindrical-coordinate representation of color #65125F: hue angle of 304.34º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65125F is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1011895-
CMYK00.820.060.60
HSL304.34º69.75%23.33%-
HSV(B)304.34º82.18%39.61%-
XYZ7.654.0311.2-
YUV51.6152.5163.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=47.20%
G=8.41%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101189500.820.060.60304.3469.7523.33
Hex65125F05263C1304617
Octal14522137012267446010627
Binary110010110010101111101010010110111100100110000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,18,95); }

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

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

 a { background-color: rgb(101,18,95); }

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

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

 span { border-color: rgb(101,18,95); }

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