#60289F

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

Shades of Royal Purple #60289F

Tints of Royal Purple #60289F

Color information

#60289F (or 0x60289F) is unknown color: approx Royal Purple. HEX triplet: 60, 28 and 9F. RGB value is (96,40,159). Sum of RGB (Red+Green+Blue) = 96+40+159=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #60289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60289F is #9FD760. Grayscale: #454545. Windows color (decimal): -10475361 or 10430560. OLE color: 10430560.

HSL color Cylindrical-coordinate representation of color #60289F: hue angle of 268.24º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60289F is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9640159-
CMYK0.400.7500.38
HSL268.24º59.8%39.02%-
HSV(B)268.24º74.84%62.35%-
XYZ11.846.5133.43-
YUV70.31178.05146.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=32.54%
G=13.56%
B=53.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96401590.400.7500.38268.2459.839.02
Hex60289F284B02610c3c27
Octal14050237501130464147447
Binary11000001010001001111110100010010110100110100001100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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