Html Css Color HEX #603CAB Royal Purple

📋 copy color: '#603CAB'

red 96 ◦ green 60 ◦ blue 171

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

Shades of Royal Purple #603CAB

Tints of Royal Purple #603CAB

RGB

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

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

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

R = 29.36%
G = 18.35%
B = 52.29%

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

#603CAB (or 0x603CAB) is known color: Royal Purple. HEX triplet: 60, 3C and AB. RGB value is (96,60,171). Sum of RGB (Red+Green+Blue) = 96+60+171=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #603CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603CAB is #9FC354. Grayscale: #535353. Windows color (decimal): -10470229 or 11222112. OLE color: 11222112.

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

Color convert

RGB 96 60 171 -
CMYK 0.44 0.65 0 0.33
HSL 259.46º 0.48% 0.45% -
HSV(B) 259.46º 0.65% 0.67% -
XYZ 13.79 8.66 39.47 -
YUV 83.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 96 60 171 0.44 0.65 0 0.33 259.46 0.48 0.45
Hex 60 3C AB 2C 41 0 21 103 30 2D
Octal 140 74 253 54 101 0 41 403 60 55
Binary 1100000 111100 10101011 101100 1000001 0 100001 100000011 110000 101101

Color Harmonies of #603CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603CAB

Black with #603CAB

Text Example


Text Example

White with #603CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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