Html Css Color HEX #603CAA Royal Purple

📋 copy color: '#603CAA'

red 96 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #603CAA

Tints of Royal Purple #603CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 29.45%
G = 18.4%
B = 52.15%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#603CAA (or 0x603CAA) is known color: Royal Purple. HEX triplet: 60, 3C and AA. RGB value is (96,60,170). Sum of RGB (Red+Green+Blue) = 96+60+170=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #603CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CAA is #9FC355. Grayscale: #525252. Windows color (decimal): -10470230 or 11156576. OLE color: 11156576.

HSL color Cylindrical-coordinate representation of color #603CAA: hue angle of 259.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603CAA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 60 170 -
CMYK 0.44 0.65 0 0.33
HSL 259.64º 0.48% 0.45% -
HSV(B) 259.64º 0.65% 0.67% -
XYZ 13.7 8.62 38.97 -
YUV 83.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 96 60 170 0.44 0.65 0 0.33 259.64 0.48 0.45
Hex 60 3C AA 2C 41 0 21 104 30 2D
Octal 140 74 252 54 101 0 41 404 60 55
Binary 1100000 111100 10101010 101100 1000001 0 100001 100000100 110000 101101

Color Harmonies of #603CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CAA

Black with #603CAA

Text Example


Text Example

White with #603CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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