Html Css Color HEX #602FAA Royal Purple

📋 copy color: '#602FAA'

red 96 ◦ green 47 ◦ blue 170

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

Shades of Royal Purple #602FAA

Tints of Royal Purple #602FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

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

R = 30.67%
G = 15.02%
B = 54.31%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#602FAA (or 0x602FAA) is known color: Royal Purple. HEX triplet: 60, 2F and AA. RGB value is (96,47,170). Sum of RGB (Red+Green+Blue) = 96+47+170=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #602FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602FAA is #9FD055. Grayscale: #4B4B4B. Windows color (decimal): -10473558 or 11153248. OLE color: 11153248.

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

Color convert

RGB 96 47 170 -
CMYK 0.44 0.72 0 0.33
HSL 263.9º 0.57% 0.43% -
HSV(B) 263.9º 0.72% 0.67% -
XYZ 13.1 7.42 38.77 -
YUV 75.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 96 47 170 0.44 0.72 0 0.33 263.9 0.57 0.43
Hex 60 2F AA 2C 48 0 21 108 39 2B
Octal 140 57 252 54 110 0 41 410 71 53
Binary 1100000 101111 10101010 101100 1001000 0 100001 100001000 111001 101011

Color Harmonies of #602FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602FAA

Black with #602FAA

Text Example


Text Example

White with #602FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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