Html Css Color HEX #603FAC Royal Purple

📋 copy color: '#603FAC'

red 96 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #603FAC

Tints of Royal Purple #603FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.96%

R = 29%
G = 19.03%
B = 51.96%

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

#603FAC (or 0x603FAC) is known color: Royal Purple. HEX triplet: 60, 3F and AC. RGB value is (96,63,172). Sum of RGB (Red+Green+Blue) = 96+63+172=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #603FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603FAC is #9FC053. Grayscale: #545454. Windows color (decimal): -10469460 or 11288416. OLE color: 11288416.

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

Color convert

RGB 96 63 172 -
CMYK 0.44 0.63 0 0.33
HSL 258.17º 0.46% 0.46% -
HSV(B) 258.17º 0.63% 0.67% -
XYZ 14.05 9.02 40.03 -
YUV 85.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 96 63 172 0.44 0.63 0 0.33 258.17 0.46 0.46
Hex 60 3F AC 2C 3F 0 21 102 2E 2E
Octal 140 77 254 54 77 0 41 402 56 56
Binary 1100000 111111 10101100 101100 111111 0 100001 100000010 101110 101110

Color Harmonies of #603FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603FAC

Black with #603FAC

Text Example


Text Example

White with #603FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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