Html Css Color HEX #603DAE Royal Purple

📋 copy color: '#603DAE'

red 96 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #603DAE

Tints of Royal Purple #603DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 29%
G = 18.43%
B = 52.57%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#603DAE (or 0x603DAE) is known color: Royal Purple. HEX triplet: 60, 3D and AE. RGB value is (96,61,174). Sum of RGB (Red+Green+Blue) = 96+61+174=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #603DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DAE is #9FC251. Grayscale: #535353. Windows color (decimal): -10469970 or 11418976. OLE color: 11418976.

HSL color Cylindrical-coordinate representation of color #603DAE: hue angle of 258.58º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603DAE is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 61 174 -
CMYK 0.45 0.65 0 0.32
HSL 258.58º 0.48% 0.46% -
HSV(B) 258.58º 0.65% 0.68% -
XYZ 14.13 8.88 41.01 -
YUV 84.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 96 61 174 0.45 0.65 0 0.32 258.58 0.48 0.46
Hex 60 3D AE 2D 41 0 20 103 30 2E
Octal 140 75 256 55 101 0 40 403 60 56
Binary 1100000 111101 10101110 101101 1000001 0 100000 100000011 110000 101110

Color Harmonies of #603DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DAE

Black with #603DAE

Text Example


Text Example

White with #603DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,174); }

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

background-color css

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

 a { background-color: rgb(96,61,174); }

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

border-color css

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

 span { border-color: rgb(96,61,174); }

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