#65259B

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

Shades of Royal Purple #65259B

Tints of Royal Purple #65259B

Color information

#65259B (or 0x65259B) is unknown color: approx Royal Purple. HEX triplet: 65, 25 and 9B. RGB value is (101,37,155). Sum of RGB (Red+Green+Blue) = 101+37+155=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #65259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65259B is #9ADA64. Grayscale: #454545. Windows color (decimal): -10148453 or 10167653. OLE color: 10167653.

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

Color convert

RGB10137155-
CMYK0.350.7600.39
HSL272.54º61.46%37.65%-
HSV(B)272.54º76.13%60.78%-
XYZ11.946.4631.63-
YUV69.59176.2150.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=34.47%
G=12.63%
B=52.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101371550.350.7600.39272.5461.4637.65
Hex65259B234C0271113d26
Octal14545233431140474217546
Binary11001011001011001101110001110011000100111100010001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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