Html Css Color HEX #7440AA Royal Purple

📋 copy color: '#7440AA'

red 116 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #7440AA

Tints of Royal Purple #7440AA

RGB

 RED value IS 116 (45.7% from 255) = 33.14%

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 33.14%
G = 18.29%
B = 48.57%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7440AA (or 0x7440AA) is known color: Royal Purple. HEX triplet: 74, 40 and AA. RGB value is (116,64,170). Sum of RGB (Red+Green+Blue) = 116+64+170=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #7440AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7440AA is #8BBF55. Grayscale: #5B5B5B. Windows color (decimal): -9158486 or 11157620. OLE color: 11157620.

HSL color Cylindrical-coordinate representation of color #7440AA: hue angle of 269.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7440AA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 64 170 -
CMYK 0.32 0.62 0 0.33
HSL 269.43º 0.45% 0.46% -
HSV(B) 269.43º 0.62% 0.67% -
XYZ 16.29 10.28 39.16 -
YUV 91.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 116 64 170 0.32 0.62 0 0.33 269.43 0.45 0.46
Hex 74 40 AA 20 3E 0 21 10D 2D 2E
Octal 164 100 252 40 76 0 41 415 55 56
Binary 1110100 1000000 10101010 100000 111110 0 100001 100001101 101101 101110

Color Harmonies of #7440AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440AA

Black with #7440AA

Text Example


Text Example

White with #7440AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7440AA; }

 p { color: rgb(116,64,170); }

 H1.HeaderClassName
 {
   color: #7440AA;
 }
 .AnyTagClassName
 {
   color: #7440AA;
 }
</style>

background-color css

<style>
 a { background-color: #7440AA; }

 a { background-color: rgb(116,64,170); }

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

border-color css

<style>
 span { border-color: #7440AA; }

 span { border-color: rgb(116,64,170); }

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