#65125B

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

Shades of Palatinate Purple #65125B

Tints of Palatinate Purple #65125B

Color information

#65125B (or 0x65125B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 5B. RGB value is (101,18,91). Sum of RGB (Red+Green+Blue) = 101+18+91=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65125B is #9AEDA4. Grayscale: #323232. Windows color (decimal): -10153381 or 5968485. OLE color: 5968485.

HSL color Cylindrical-coordinate representation of color #65125B: hue angle of 307.23º 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 #65125B is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1011891-
CMYK00.820.100.60
HSL307.23º69.75%23.33%-
HSV(B)307.23º82.18%39.61%-
XYZ7.473.9510.27-
YUV51.14150.5163.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=48.10%
G=8.57%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101189100.820.100.60307.2369.7523.33
Hex65125B052A3C1334617
Octal145221330122127446310627
Binary1100101100101011011010100101010111100100110011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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