Html Css Color HEX #602DAA Royal Purple

📋 copy color: '#602DAA'

red 96 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #602DAA

Tints of Royal Purple #602DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 30.87%
G = 14.47%
B = 54.66%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602DAA (or 0x602DAA) is known color: Royal Purple. HEX triplet: 60, 2D and AA. RGB value is (96,45,170). Sum of RGB (Red+Green+Blue) = 96+45+170=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #602DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602DAA is #9FD255. Grayscale: #4A4A4A. Windows color (decimal): -10474070 or 11152736. OLE color: 11152736.

HSL color Cylindrical-coordinate representation of color #602DAA: hue angle of 264.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602DAA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 45 170 -
CMYK 0.44 0.74 0 0.33
HSL 264.48º 0.58% 0.42% -
HSV(B) 264.48º 0.74% 0.67% -
XYZ 13.02 7.27 38.75 -
YUV 74.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 96 45 170 0.44 0.74 0 0.33 264.48 0.58 0.42
Hex 60 2D AA 2C 4A 0 21 108 3A 2A
Octal 140 55 252 54 112 0 41 410 72 52
Binary 1100000 101101 10101010 101100 1001010 0 100001 100001000 111010 101010

Color Harmonies of #602DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602DAA

Black with #602DAA

Text Example


Text Example

White with #602DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602DAA; }

 p { color: rgb(96,45,170); }

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

background-color css

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

 a { background-color: rgb(96,45,170); }

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

border-color css

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

 span { border-color: rgb(96,45,170); }

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