Html Css Color HEX #603EAC Royal Purple

📋 copy color: '#603EAC'

red 96 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #603EAC

Tints of Royal Purple #603EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.79%

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

R = 29.09%
G = 18.79%
B = 52.12%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#603EAC (or 0x603EAC) is known color: Royal Purple. HEX triplet: 60, 3E and AC. RGB value is (96,62,172). Sum of RGB (Red+Green+Blue) = 96+62+172=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #603EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603EAC is #9FC153. Grayscale: #545454. Windows color (decimal): -10469716 or 11288160. OLE color: 11288160.

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

Color convert

RGB 96 62 172 -
CMYK 0.44 0.64 0 0.33
HSL 258.55º 0.47% 0.46% -
HSV(B) 258.55º 0.64% 0.67% -
XYZ 13.99 8.91 40.01 -
YUV 84.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 96 62 172 0.44 0.64 0 0.33 258.55 0.47 0.46
Hex 60 3E AC 2C 40 0 21 103 2F 2E
Octal 140 76 254 54 100 0 41 403 57 56
Binary 1100000 111110 10101100 101100 1000000 0 100001 100000011 101111 101110

Color Harmonies of #603EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EAC

Black with #603EAC

Text Example


Text Example

White with #603EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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