Html Css Color HEX #603AA2 Royal Purple

📋 copy color: '#603AA2'

red 96 ◦ green 58 ◦ blue 162

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

Shades of Royal Purple #603AA2

Tints of Royal Purple #603AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 162 (63.67% from 255) = 51.27%

R = 30.38%
G = 18.35%
B = 51.27%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#603AA2 (or 0x603AA2) is known color: Royal Purple. HEX triplet: 60, 3A and A2. RGB value is (96,58,162). Sum of RGB (Red+Green+Blue) = 96+58+162=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #603AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AA2 is #9FC55D. Grayscale: #505050. Windows color (decimal): -10470750 or 10631776. OLE color: 10631776.

HSL color Cylindrical-coordinate representation of color #603AA2: hue angle of 261.92º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603AA2 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 58 162 -
CMYK 0.41 0.64 0 0.36
HSL 261.92º 0.47% 0.43% -
HSV(B) 261.92º 0.64% 0.64% -
XYZ 12.86 8.12 35.07 -
YUV 81.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 96 58 162 0.41 0.64 0 0.36 261.92 0.47 0.43
Hex 60 3A A2 29 40 0 24 106 2F 2B
Octal 140 72 242 51 100 0 44 406 57 53
Binary 1100000 111010 10100010 101001 1000000 0 100100 100000110 101111 101011

Color Harmonies of #603AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AA2

Black with #603AA2

Text Example


Text Example

White with #603AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603AA2; }

 p { color: rgb(96,58,162); }

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

background-color css

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

 a { background-color: rgb(96,58,162); }

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

border-color css

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

 span { border-color: rgb(96,58,162); }

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