#65255F

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

Shades of Palatinate Purple #65255F

Tints of Palatinate Purple #65255F

Color information

#65255F (or 0x65255F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 5F. RGB value is (101,37,95). Sum of RGB (Red+Green+Blue) = 101+37+95=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #65255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65255F is #9ADAA0. Grayscale: #3E3E3E. Windows color (decimal): -10148513 or 6235493. OLE color: 6235493.

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

Color convert

RGB1013795-
CMYK00.630.060.60
HSL305.62º46.38%27.06%-
HSV(B)305.62º63.37%39.61%-
XYZ8.094.9211.35-
YUV62.75146.2155.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=43.35%
G=15.88%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101379500.630.060.60305.6246.3827.06
Hex65255F03F63C1322e1b
Octal145451370776744625633
Binary11001011001011011111011111111011110010011001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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