Html Css Color HEX #602498 Royal Purple

📋 copy color: '#602498'

red 96 ◦ green 36 ◦ blue 152

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

Shades of Royal Purple #602498

Tints of Royal Purple #602498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 33.8%
G = 12.68%
B = 53.52%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#602498 (or 0x602498) is known color: Royal Purple. HEX triplet: 60, 24 and 98. RGB value is (96,36,152). Sum of RGB (Red+Green+Blue) = 96+36+152=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #602498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602498 is #9FDB67. Grayscale: #424242. Windows color (decimal): -10476392 or 9970784. OLE color: 9970784.

HSL color Cylindrical-coordinate representation of color #602498: hue angle of 271.03º 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 #602498 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 36 152 -
CMYK 0.37 0.76 0 0.40
HSL 271.03º 0.62% 0.37% -
HSV(B) 271.03º 0.76% 0.6% -
XYZ 11.12 6.02 30.28 -
YUV 67.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 96 36 152 0.37 0.76 0 0.40 271.03 0.62 0.37
Hex 60 24 98 25 4C 0 28 10F 3E 25
Octal 140 44 230 45 114 0 50 417 76 45
Binary 1100000 100100 10011000 100101 1001100 0 101000 100001111 111110 100101

Color Harmonies of #602498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602498

Black with #602498

Text Example


Text Example

White with #602498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602498; }

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

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

background-color css

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

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

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

border-color css

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

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

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