Html Css Color HEX #603BAA Royal Purple

📋 copy color: '#603BAA'

red 96 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #603BAA

Tints of Royal Purple #603BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.15%

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

R = 29.54%
G = 18.15%
B = 52.31%

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

#603BAA (or 0x603BAA) is known color: Royal Purple. HEX triplet: 60, 3B and AA. RGB value is (96,59,170). Sum of RGB (Red+Green+Blue) = 96+59+170=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #603BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BAA is #9FC455. Grayscale: #525252. Windows color (decimal): -10470486 or 11156320. OLE color: 11156320.

HSL color Cylindrical-coordinate representation of color #603BAA: hue angle of 260º 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 #603BAA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 59 170 -
CMYK 0.44 0.65 0 0.33
HSL 260º 0.48% 0.45% -
HSV(B) 260º 0.65% 0.67% -
XYZ 13.64 8.52 38.96 -
YUV 82.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 96 59 170 0.44 0.65 0 0.33 260 0.48 0.45
Hex 60 3B AA 2C 41 0 21 104 30 2D
Octal 140 73 252 54 101 0 41 404 60 55
Binary 1100000 111011 10101010 101100 1000001 0 100001 100000100 110000 101101

Color Harmonies of #603BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BAA

Black with #603BAA

Text Example


Text Example

White with #603BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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