Html Css Color HEX #7124A8 Royal Purple

📋 copy color: '#7124A8'

red 113 ◦ green 36 ◦ blue 168

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

Shades of Royal Purple #7124A8

Tints of Royal Purple #7124A8

RGB

 RED value IS 113 (44.53% from 255) = 35.65%

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

 BLUE value IS 168 (66.02% from 255) = 53%

R = 35.65%
G = 11.36%
B = 53%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7124A8 (or 0x7124A8) is known color: Royal Purple. HEX triplet: 71, 24 and A8. RGB value is (113,36,168). Sum of RGB (Red+Green+Blue) = 113+36+168=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 168 (66.02% from 255 or 53.00% from 317); Max value from RGB is 168 - color contains mainly: blue. Hex color #7124A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124A8 is #8EDB57. Grayscale: #494949. Windows color (decimal): -9362264 or 11019377. OLE color: 11019377.

HSL color Cylindrical-coordinate representation of color #7124A8: hue angle of 275º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7124A8 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 36 168 -
CMYK 0.33 0.79 0 0.34
HSL 275º 0.65% 0.4% -
HSV(B) 275º 0.79% 0.66% -
XYZ 14.51 7.6 37.75 -
YUV 74.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 113 36 168 0.33 0.79 0 0.34 275 0.65 0.4
Hex 71 24 A8 21 4F 0 22 113 41 28
Octal 161 44 250 41 117 0 42 423 101 50
Binary 1110001 100100 10101000 100001 1001111 0 100010 100010011 1000001 101000

Color Harmonies of #7124A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124A8

Black with #7124A8

Text Example


Text Example

White with #7124A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7124A8; }

 p { color: rgb(113,36,168); }

 H1.HeaderClassName
 {
   color: #7124A8;
 }
 .AnyTagClassName
 {
   color: #7124A8;
 }
</style>

background-color css

<style>
 a { background-color: #7124A8; }

 a { background-color: rgb(113,36,168); }

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

border-color css

<style>
 span { border-color: #7124A8; }

 span { border-color: rgb(113,36,168); }

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