Html Css Color HEX #60239A Royal Purple

📋 copy color: '#60239A'

red 96 ◦ green 35 ◦ blue 154

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

Shades of Royal Purple #60239A

Tints of Royal Purple #60239A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 33.68%
G = 12.28%
B = 54.04%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60239A (or 0x60239A) is known color: Royal Purple. HEX triplet: 60, 23 and 9A. RGB value is (96,35,154). Sum of RGB (Red+Green+Blue) = 96+35+154=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #60239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60239A is #9FDC65. Grayscale: #424242. Windows color (decimal): -10476646 or 10101600. OLE color: 10101600.

HSL color Cylindrical-coordinate representation of color #60239A: hue angle of 270.76º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60239A is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 35 154 -
CMYK 0.38 0.77 0 0.40
HSL 270.76º 0.63% 0.37% -
HSV(B) 270.76º 0.77% 0.6% -
XYZ 11.26 6.02 31.14 -
YUV 66.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 96 35 154 0.38 0.77 0 0.40 270.76 0.63 0.37
Hex 60 23 9A 26 4D 0 28 10F 3F 25
Octal 140 43 232 46 115 0 50 417 77 45
Binary 1100000 100011 10011010 100110 1001101 0 101000 100001111 111111 100101

Color Harmonies of #60239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60239A

Black with #60239A

Text Example


Text Example

White with #60239A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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