Html Css Color HEX #60249C Royal Purple

📋 copy color: '#60249C'

red 96 ◦ green 36 ◦ blue 156

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

Shades of Royal Purple #60249C

Tints of Royal Purple #60249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 33.33%
G = 12.5%
B = 54.17%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60249C (or 0x60249C) is known color: Royal Purple. HEX triplet: 60, 24 and 9C. RGB value is (96,36,156). Sum of RGB (Red+Green+Blue) = 96+36+156=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #60249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60249C is #9FDB63. Grayscale: #434343. Windows color (decimal): -10476388 or 10232928. OLE color: 10232928.

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

Color convert

RGB 96 36 156 -
CMYK 0.38 0.77 0 0.39
HSL 270º 0.63% 0.38% -
HSV(B) 270º 0.77% 0.61% -
XYZ 11.46 6.15 32.04 -
YUV 67.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 96 36 156 0.38 0.77 0 0.39 270 0.63 0.38
Hex 60 24 9C 26 4D 0 27 10E 3E 26
Octal 140 44 234 46 115 0 47 416 76 46
Binary 1100000 100100 10011100 100110 1001101 0 100111 100001110 111110 100110

Color Harmonies of #60249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60249C

Black with #60249C

Text Example


Text Example

White with #60249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60249C; }

 p { color: rgb(96,36,156); }

 H1.HeaderClassName
 {
   color: #60249C;
 }
 .AnyTagClassName
 {
   color: #60249C;
 }
</style>

background-color css

<style>
 a { background-color: #60249C; }

 a { background-color: rgb(96,36,156); }

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

border-color css

<style>
 span { border-color: #60249C; }

 span { border-color: rgb(96,36,156); }

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