Html Css Color HEX #7124A7 Royal Purple

📋 copy color: '#7124A7'

red 113 ◦ green 36 ◦ blue 167

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

Shades of Royal Purple #7124A7

Tints of Royal Purple #7124A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 52.85%

R = 35.76%
G = 11.39%
B = 52.85%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7124A7 (or 0x7124A7) is known color: Royal Purple. HEX triplet: 71, 24 and A7. RGB value is (113,36,167). Sum of RGB (Red+Green+Blue) = 113+36+167=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #7124A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124A7 is #8EDB58. Grayscale: #494949. Windows color (decimal): -9362265 or 10953841. OLE color: 10953841.

HSL color Cylindrical-coordinate representation of color #7124A7: hue angle of 275.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7124A7 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 36 167 -
CMYK 0.32 0.78 0 0.35
HSL 275.27º 0.65% 0.4% -
HSV(B) 275.27º 0.78% 0.65% -
XYZ 14.42 7.56 37.26 -
YUV 73.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 113 36 167 0.32 0.78 0 0.35 275.27 0.65 0.4
Hex 71 24 A7 20 4E 0 23 113 41 28
Octal 161 44 247 40 116 0 43 423 101 50
Binary 1110001 100100 10100111 100000 1001110 0 100011 100010011 1000001 101000

Color Harmonies of #7124A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124A7

Black with #7124A7

Text Example


Text Example

White with #7124A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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