#65249E

Color #65249E Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #65249E

Tints of Royal Purple #65249E

Color information

#65249E (or 0x65249E) is unknown color: approx Royal Purple. HEX triplet: 65, 24 and 9E. RGB value is (101,36,158). Sum of RGB (Red+Green+Blue) = 101+36+158=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #65249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65249E is #9ADB61. Grayscale: #444444. Windows color (decimal): -10148706 or 10364005. OLE color: 10364005.

HSL color Cylindrical-coordinate representation of color #65249E: hue angle of 271.97º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65249E is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10136158-
CMYK0.360.7700.38
HSL271.97º62.89%38.04%-
HSV(B)271.97º77.22%61.96%-
XYZ12.176.532.96-
YUV69.34178.03150.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=34.24%
G=12.20%
B=53.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101361580.360.7700.38271.9762.8938.04
Hex65249E244D0261103f26
Octal14544236441150464207746
Binary11001011001001001111010010010011010100110100010000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65249E; }

 p { color: rgb(101,36,158); }

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

<style>
 a { background-color: #65249E; }

 a { background-color: rgb(101,36,158); }

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

<style>
 span { border-color: #65249E; }

 span { border-color: rgb(101,36,158); }

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