Html Css Color HEX #603BAE Royal Purple

📋 copy color: '#603BAE'

red 96 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #603BAE

Tints of Royal Purple #603BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 29.18%
G = 17.93%
B = 52.89%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#603BAE (or 0x603BAE) is known color: Royal Purple. HEX triplet: 60, 3B and AE. RGB value is (96,59,174). Sum of RGB (Red+Green+Blue) = 96+59+174=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #603BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BAE is #9FC451. Grayscale: #525252. Windows color (decimal): -10470482 or 11418464. OLE color: 11418464.

HSL color Cylindrical-coordinate representation of color #603BAE: hue angle of 259.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603BAE is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 59 174 -
CMYK 0.45 0.66 0 0.32
HSL 259.3º 0.49% 0.46% -
HSV(B) 259.3º 0.66% 0.68% -
XYZ 14.03 8.67 40.98 -
YUV 83.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 96 59 174 0.45 0.66 0 0.32 259.3 0.49 0.46
Hex 60 3B AE 2D 42 0 20 103 31 2E
Octal 140 73 256 55 102 0 40 403 61 56
Binary 1100000 111011 10101110 101101 1000010 0 100000 100000011 110001 101110

Color Harmonies of #603BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BAE

Black with #603BAE

Text Example


Text Example

White with #603BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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