Html Css Color HEX #60239E Royal Purple

📋 copy color: '#60239E'

red 96 ◦ green 35 ◦ blue 158

#60239E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #60239E

Tints of Royal Purple #60239E

RGB

 RED value IS 96 (37.89% from 255) = 33.22%

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 158 (62.11% from 255) = 54.67%

R = 33.22%
G = 12.11%
B = 54.67%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60239E (or 0x60239E) is known color: Royal Purple. HEX triplet: 60, 23 and 9E. RGB value is (96,35,158). Sum of RGB (Red+Green+Blue) = 96+35+158=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #60239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60239E is #9FDC61. Grayscale: #424242. Windows color (decimal): -10476642 or 10363744. OLE color: 10363744.

HSL color Cylindrical-coordinate representation of color #60239E: hue angle of 269.76º 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 #60239E is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 35 158 -
CMYK 0.39 0.78 0 0.38
HSL 269.76º 0.64% 0.38% -
HSV(B) 269.76º 0.78% 0.62% -
XYZ 11.6 6.16 32.93 -
YUV 67.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 96 35 158 0.39 0.78 0 0.38 269.76 0.64 0.38
Hex 60 23 9E 27 4E 0 26 10E 40 26
Octal 140 43 236 47 116 0 46 416 100 46
Binary 1100000 100011 10011110 100111 1001110 0 100110 100001110 1000000 100110

Color Harmonies of #60239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60239E

Black with #60239E

Text Example


Text Example

White with #60239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60239E;
 }
 .AnyTagClassName
 {
   color: #60239E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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