Html Css Color HEX #602499 Royal Purple

📋 copy color: '#602499'

red 96 ◦ green 36 ◦ blue 153

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

Shades of Royal Purple #602499

Tints of Royal Purple #602499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 33.68%
G = 12.63%
B = 53.68%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#602499 (or 0x602499) is known color: Royal Purple. HEX triplet: 60, 24 and 99. RGB value is (96,36,153). Sum of RGB (Red+Green+Blue) = 96+36+153=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #602499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602499 is #9FDB66. Grayscale: #424242. Windows color (decimal): -10476391 or 10036320. OLE color: 10036320.

HSL color Cylindrical-coordinate representation of color #602499: hue angle of 270.77º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602499 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 36 153 -
CMYK 0.37 0.76 0 0.4
HSL 270.77º 0.62% 0.37% -
HSV(B) 270.77º 0.76% 0.6% -
XYZ 11.2 6.05 30.71 -
YUV 67.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 96 36 153 0.37 0.76 0 0.4 270.77 0.62 0.37
Hex 60 24 99 25 4C 0 28 10F 3E 25
Octal 140 44 231 45 114 0 50 417 76 45
Binary 1100000 100100 10011001 100101 1001100 0 101000 100001111 111110 100101

Color Harmonies of #602499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602499

Black with #602499

Text Example


Text Example

White with #602499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602499; }

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

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

background-color css

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

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

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

border-color css

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

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

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