Html Css Color HEX #603EAB Royal Purple

📋 copy color: '#603EAB'

red 96 ◦ green 62 ◦ blue 171

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

Shades of Royal Purple #603EAB

Tints of Royal Purple #603EAB

RGB

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

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

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

R = 29.18%
G = 18.84%
B = 51.98%

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

#603EAB (or 0x603EAB) is known color: Royal Purple. HEX triplet: 60, 3E and AB. RGB value is (96,62,171). Sum of RGB (Red+Green+Blue) = 96+62+171=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #603EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603EAB is #9FC154. Grayscale: #545454. Windows color (decimal): -10469717 or 11222624. OLE color: 11222624.

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

Color convert

RGB 96 62 171 -
CMYK 0.44 0.64 0 0.33
HSL 258.72º 0.47% 0.46% -
HSV(B) 258.72º 0.64% 0.67% -
XYZ 13.9 8.87 39.51 -
YUV 84.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 96 62 171 0.44 0.64 0 0.33 258.72 0.47 0.46
Hex 60 3E AB 2C 40 0 21 103 2F 2E
Octal 140 76 253 54 100 0 41 403 57 56
Binary 1100000 111110 10101011 101100 1000000 0 100001 100000011 101111 101110

Color Harmonies of #603EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603EAB

Black with #603EAB

Text Example


Text Example

White with #603EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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