#65259D

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

Shades of Royal Purple #65259D

Tints of Royal Purple #65259D

Color information

#65259D (or 0x65259D) is unknown color: approx Royal Purple. HEX triplet: 65, 25 and 9D. RGB value is (101,37,157). Sum of RGB (Red+Green+Blue) = 101+37+157=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #65259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65259D is #9ADA62. Grayscale: #454545. Windows color (decimal): -10148451 or 10298725. OLE color: 10298725.

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

Color convert

RGB10137157-
CMYK0.360.7600.38
HSL272º61.86%38.04%-
HSV(B)272º76.43%61.57%-
XYZ12.116.5232.52-
YUV69.82177.2150.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=34.24%
G=12.54%
B=53.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101371570.360.7600.3827261.8638.04
Hex65259D244C0261103e26
Octal14545235441140464207646
Binary11001011001011001110110010010011000100110100010000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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