Html Css Color HEX #604AA3 Royal Purple

📋 copy color: '#604AA3'

red 96 ◦ green 74 ◦ blue 163

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

Shades of Royal Purple #604AA3

Tints of Royal Purple #604AA3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

 BLUE value IS 163 (64.06% from 255) = 48.95%

R = 28.83%
G = 22.22%
B = 48.95%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#604AA3 (or 0x604AA3) is known color: Royal Purple. HEX triplet: 60, 4A and A3. RGB value is (96,74,163). Sum of RGB (Red+Green+Blue) = 96+74+163=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 163 - color contains mainly: blue. Hex color #604AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604AA3 is #9FB55C. Grayscale: #5A5A5A. Windows color (decimal): -10466653 or 10701408. OLE color: 10701408.

HSL color Cylindrical-coordinate representation of color #604AA3: hue angle of 254.83º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #604AA3 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 74 163 -
CMYK 0.41 0.55 0 0.36
HSL 254.83º 0.38% 0.46% -
HSV(B) 254.83º 0.55% 0.64% -
XYZ 13.88 10.03 35.85 -
YUV 90.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 96 74 163 0.41 0.55 0 0.36 254.83 0.38 0.46
Hex 60 4A A3 29 37 0 24 FF 26 2E
Octal 140 112 243 51 67 0 44 377 46 56
Binary 1100000 1001010 10100011 101001 110111 0 100100 11111111 100110 101110

Color Harmonies of #604AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604AA3

Black with #604AA3

Text Example


Text Example

White with #604AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604AA3; }

 p { color: rgb(96,74,163); }

 H1.HeaderClassName
 {
   color: #604AA3;
 }
 .AnyTagClassName
 {
   color: #604AA3;
 }
</style>

background-color css

<style>
 a { background-color: #604AA3; }

 a { background-color: rgb(96,74,163); }

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

border-color css

<style>
 span { border-color: #604AA3; }

 span { border-color: rgb(96,74,163); }

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