Html Css Color HEX #603AAB Royal Purple

📋 copy color: '#603AAB'

red 96 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #603AAB

Tints of Royal Purple #603AAB

RGB

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

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

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

R = 29.54%
G = 17.85%
B = 52.62%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#603AAB (or 0x603AAB) is known color: Royal Purple. HEX triplet: 60, 3A and AB. RGB value is (96,58,171). Sum of RGB (Red+Green+Blue) = 96+58+171=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #603AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603AAB is #9FC554. Grayscale: #515151. Windows color (decimal): -10470741 or 11221600. OLE color: 11221600.

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

Color convert

RGB 96 58 171 -
CMYK 0.44 0.66 0 0.33
HSL 260.18º 0.49% 0.45% -
HSV(B) 260.18º 0.66% 0.67% -
XYZ 13.69 8.45 39.44 -
YUV 82.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 96 58 171 0.44 0.66 0 0.33 260.18 0.49 0.45
Hex 60 3A AB 2C 42 0 21 104 31 2D
Octal 140 72 253 54 102 0 41 404 61 55
Binary 1100000 111010 10101011 101100 1000010 0 100001 100000100 110001 101101

Color Harmonies of #603AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603AAB

Black with #603AAB

Text Example


Text Example

White with #603AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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