Html Css Color HEX #603FAA Royal Purple

📋 copy color: '#603FAA'

red 96 ◦ green 63 ◦ blue 170

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

Shades of Royal Purple #603FAA

Tints of Royal Purple #603FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 29.18%
G = 19.15%
B = 51.67%

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

#603FAA (or 0x603FAA) is known color: Royal Purple. HEX triplet: 60, 3F and AA. RGB value is (96,63,170). Sum of RGB (Red+Green+Blue) = 96+63+170=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #603FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAA is #9FC055. Grayscale: #545454. Windows color (decimal): -10469462 or 11157344. OLE color: 11157344.

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

Color convert

RGB 96 63 170 -
CMYK 0.44 0.63 0 0.33
HSL 258.5º 0.46% 0.46% -
HSV(B) 258.5º 0.63% 0.67% -
XYZ 13.86 8.94 39.03 -
YUV 85.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 96 63 170 0.44 0.63 0 0.33 258.5 0.46 0.46
Hex 60 3F AA 2C 3F 0 21 103 2E 2E
Octal 140 77 252 54 77 0 41 403 56 56
Binary 1100000 111111 10101010 101100 111111 0 100001 100000011 101110 101110

Color Harmonies of #603FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FAA

Black with #603FAA

Text Example


Text Example

White with #603FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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