#60259F

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

Shades of Royal Purple #60259F

Tints of Royal Purple #60259F

Color information

#60259F (or 0x60259F) is unknown color: approx Royal Purple. HEX triplet: 60, 25 and 9F. RGB value is (96,37,159). Sum of RGB (Red+Green+Blue) = 96+37+159=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #60259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60259F is #9FDA60. Grayscale: #444444. Windows color (decimal): -10476129 or 10429792. OLE color: 10429792.

HSL color Cylindrical-coordinate representation of color #60259F: hue angle of 269.02º degrees, saturation: 0.62, 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 #60259F is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9637159-
CMYK0.400.7700.38
HSL269.02º62.24%38.43%-
HSV(B)269.02º76.73%62.35%-
XYZ11.746.3133.4-
YUV68.55179.05147.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=32.88%
G=12.67%
B=54.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96371590.400.7700.38269.0262.2438.43
Hex60259F284D02610d3e26
Octal14045237501150464157646
Binary11000001001011001111110100010011010100110100001101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,37,159); }

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

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

 a { background-color: rgb(96,37,159); }

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

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

 span { border-color: rgb(96,37,159); }

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