Html Css Color HEX #603FA0 Royal Purple

📋 copy color: '#603FA0'

red 96 ◦ green 63 ◦ blue 160

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

Shades of Royal Purple #603FA0

Tints of Royal Purple #603FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 50.16%

R = 30.09%
G = 19.75%
B = 50.16%

CMYK

 C value IS 0.4

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#603FA0 (or 0x603FA0) is known color: Royal Purple. HEX triplet: 60, 3F and A0. RGB value is (96,63,160). Sum of RGB (Red+Green+Blue) = 96+63+160=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #603FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FA0 is #9FC05F. Grayscale: #535353. Windows color (decimal): -10469472 or 10501984. OLE color: 10501984.

HSL color Cylindrical-coordinate representation of color #603FA0: hue angle of 260.41º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #603FA0 is Cyan = 0.4, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 63 160 -
CMYK 0.4 0.61 0 0.37
HSL 260.41º 0.43% 0.44% -
HSV(B) 260.41º 0.61% 0.63% -
XYZ 12.95 8.58 34.23 -
YUV 83.93 170.93 136.61 -
System Red Green Blue C M Y K H S L
Decimal 96 63 160 0.4 0.61 0 0.37 260.41 0.43 0.44
Hex 60 3F A0 28 3D 0 25 104 2B 2C
Octal 140 77 240 50 75 0 45 404 53 54
Binary 1100000 111111 10100000 101000 111101 0 100101 100000100 101011 101100

Color Harmonies of #603FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FA0

Black with #603FA0

Text Example


Text Example

White with #603FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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