Html Css Color HEX #603BAB Royal Purple

📋 copy color: '#603BAB'

red 96 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #603BAB

Tints of Royal Purple #603BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 29.45%
G = 18.1%
B = 52.45%

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

#603BAB (or 0x603BAB) is known color: Royal Purple. HEX triplet: 60, 3B and AB. RGB value is (96,59,171). Sum of RGB (Red+Green+Blue) = 96+59+171=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #603BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603BAB is #9FC454. Grayscale: #525252. Windows color (decimal): -10470485 or 11221856. OLE color: 11221856.

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

Color convert

RGB 96 59 171 -
CMYK 0.44 0.65 0 0.33
HSL 259.82º 0.49% 0.45% -
HSV(B) 259.82º 0.65% 0.67% -
XYZ 13.74 8.56 39.46 -
YUV 82.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 96 59 171 0.44 0.65 0 0.33 259.82 0.49 0.45
Hex 60 3B AB 2C 41 0 21 104 31 2D
Octal 140 73 253 54 101 0 41 404 61 55
Binary 1100000 111011 10101011 101100 1000001 0 100001 100000100 110001 101101

Color Harmonies of #603BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603BAB

Black with #603BAB

Text Example


Text Example

White with #603BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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