Html Css Color HEX #603FAB Royal Purple

📋 copy color: '#603FAB'

red 96 ◦ green 63 ◦ blue 171

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

Shades of Royal Purple #603FAB

Tints of Royal Purple #603FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

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

R = 29.09%
G = 19.09%
B = 51.82%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#603FAB (or 0x603FAB) is known color: Royal Purple. HEX triplet: 60, 3F and AB. RGB value is (96,63,171). Sum of RGB (Red+Green+Blue) = 96+63+171=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #603FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAB is #9FC054. Grayscale: #545454. Windows color (decimal): -10469461 or 11222880. OLE color: 11222880.

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

Color convert

RGB 96 63 171 -
CMYK 0.44 0.63 0 0.33
HSL 258.33º 0.46% 0.46% -
HSV(B) 258.33º 0.63% 0.67% -
XYZ 13.95 8.98 39.53 -
YUV 85.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 96 63 171 0.44 0.63 0 0.33 258.33 0.46 0.46
Hex 60 3F AB 2C 3F 0 21 102 2E 2E
Octal 140 77 253 54 77 0 41 402 56 56
Binary 1100000 111111 10101011 101100 111111 0 100001 100000010 101110 101110

Color Harmonies of #603FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FAB

Black with #603FAB

Text Example


Text Example

White with #603FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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