#65249C

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

Shades of Royal Purple #65249C

Tints of Royal Purple #65249C

Color information

#65249C (or 0x65249C) is unknown color: approx Royal Purple. HEX triplet: 65, 24 and 9C. RGB value is (101,36,156). Sum of RGB (Red+Green+Blue) = 101+36+156=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #65249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65249C is #9ADB63. Grayscale: #444444. Windows color (decimal): -10148708 or 10232933. OLE color: 10232933.

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

Color convert

RGB10136156-
CMYK0.350.7700.39
HSL272.5º62.5%37.65%-
HSV(B)272.5º76.92%61.18%-
XYZ126.4332.06-
YUV69.11177.03150.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=34.47%
G=12.29%
B=53.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101361560.350.7700.39272.562.537.65
Hex65249C234D0271103e26
Octal14544234431150474207646
Binary11001011001001001110010001110011010100111100010000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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