Html Css Color HEX #603DAA Royal Purple

📋 copy color: '#603DAA'

red 96 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #603DAA

Tints of Royal Purple #603DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 29.36%
G = 18.65%
B = 51.99%

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

#603DAA (or 0x603DAA) is known color: Royal Purple. HEX triplet: 60, 3D and AA. RGB value is (96,61,170). Sum of RGB (Red+Green+Blue) = 96+61+170=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #603DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603DAA is #9FC255. Grayscale: #535353. Windows color (decimal): -10469974 or 11156832. OLE color: 11156832.

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

Color convert

RGB 96 61 170 -
CMYK 0.44 0.64 0 0.33
HSL 259.27º 0.47% 0.45% -
HSV(B) 259.27º 0.64% 0.67% -
XYZ 13.75 8.73 38.99 -
YUV 83.89 176.6 136.64 -
System Red Green Blue C M Y K H S L
Decimal 96 61 170 0.44 0.64 0 0.33 259.27 0.47 0.45
Hex 60 3D AA 2C 40 0 21 103 2F 2D
Octal 140 75 252 54 100 0 41 403 57 55
Binary 1100000 111101 10101010 101100 1000000 0 100001 100000011 101111 101101

Color Harmonies of #603DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603DAA

Black with #603DAA

Text Example


Text Example

White with #603DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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