#60239D

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

Shades of Royal Purple #60239D

Tints of Royal Purple #60239D

Color information

#60239D (or 0x60239D) is unknown color: approx Royal Purple. HEX triplet: 60, 23 and 9D. RGB value is (96,35,157). Sum of RGB (Red+Green+Blue) = 96+35+157=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #60239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60239D is #9FDC62. Grayscale: #424242. Windows color (decimal): -10476643 or 10298208. OLE color: 10298208.

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

Color convert

RGB9635157-
CMYK0.390.7800.38
HSL270º63.54%37.65%-
HSV(B)270º77.71%61.57%-
XYZ11.516.1232.47-
YUV67.15178.71148.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 12.15%
BLUE value IS 157 (61.72% from 255) = 54.51%
R=33.33%
G=12.15%
B=54.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96351570.390.7800.3827063.5437.65
Hex60239D274E02610e4026
Octal140432354711604641610046
Binary110000010001110011101100111100111001001101000011101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60239D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,35,157); }

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

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

 a { background-color: rgb(96,35,157); }

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

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

 span { border-color: rgb(96,35,157); }

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