Html Css Color HEX #7424AB Royal Purple

📋 copy color: '#7424AB'

red 116 ◦ green 36 ◦ blue 171

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

Shades of Royal Purple #7424AB

Tints of Royal Purple #7424AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 35.91%
G = 11.15%
B = 52.94%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7424AB (or 0x7424AB) is known color: Royal Purple. HEX triplet: 74, 24 and AB. RGB value is (116,36,171). Sum of RGB (Red+Green+Blue) = 116+36+171=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #7424AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7424AB is #8BDB54. Grayscale: #4A4A4A. Windows color (decimal): -9165653 or 11215988. OLE color: 11215988.

HSL color Cylindrical-coordinate representation of color #7424AB: hue angle of 275.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7424AB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 36 171 -
CMYK 0.32 0.79 0 0.33
HSL 275.56º 0.65% 0.41% -
HSV(B) 275.56º 0.79% 0.67% -
XYZ 15.18 7.92 39.26 -
YUV 75.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 116 36 171 0.32 0.79 0 0.33 275.56 0.65 0.41
Hex 74 24 AB 20 4F 0 21 114 41 29
Octal 164 44 253 40 117 0 41 424 101 51
Binary 1110100 100100 10101011 100000 1001111 0 100001 100010100 1000001 101001

Color Harmonies of #7424AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424AB

Black with #7424AB

Text Example


Text Example

White with #7424AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7424AB; }

 p { color: rgb(116,36,171); }

 H1.HeaderClassName
 {
   color: #7424AB;
 }
 .AnyTagClassName
 {
   color: #7424AB;
 }
</style>

background-color css

<style>
 a { background-color: #7424AB; }

 a { background-color: rgb(116,36,171); }

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

border-color css

<style>
 span { border-color: #7424AB; }

 span { border-color: rgb(116,36,171); }

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