Html Css Color HEX #603DAC Royal Purple

📋 copy color: '#603DAC'

red 96 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #603DAC

Tints of Royal Purple #603DAC

RGB

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

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

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

R = 29.18%
G = 18.54%
B = 52.28%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#603DAC (or 0x603DAC) is known color: Royal Purple. HEX triplet: 60, 3D and AC. RGB value is (96,61,172). Sum of RGB (Red+Green+Blue) = 96+61+172=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #603DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DAC is #9FC253. Grayscale: #535353. Windows color (decimal): -10469972 or 11287904. OLE color: 11287904.

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

Color convert

RGB 96 61 172 -
CMYK 0.44 0.65 0 0.33
HSL 258.92º 0.48% 0.46% -
HSV(B) 258.92º 0.65% 0.67% -
XYZ 13.94 8.8 39.99 -
YUV 84.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 96 61 172 0.44 0.65 0 0.33 258.92 0.48 0.46
Hex 60 3D AC 2C 41 0 21 103 30 2E
Octal 140 75 254 54 101 0 41 403 60 56
Binary 1100000 111101 10101100 101100 1000001 0 100001 100000011 110000 101110

Color Harmonies of #603DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DAC

Black with #603DAC

Text Example


Text Example

White with #603DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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