Html Css Color HEX #7124A4 Royal Purple

📋 copy color: '#7124A4'

red 113 ◦ green 36 ◦ blue 164

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

Shades of Royal Purple #7124A4

Tints of Royal Purple #7124A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.4%

R = 36.1%
G = 11.5%
B = 52.4%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7124A4 (or 0x7124A4) is known color: Royal Purple. HEX triplet: 71, 24 and A4. RGB value is (113,36,164). Sum of RGB (Red+Green+Blue) = 113+36+164=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 164 (64.45% from 255 or 52.40% from 313); Max value from RGB is 164 - color contains mainly: blue. Hex color #7124A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7124A4 is #8EDB5B. Grayscale: #494949. Windows color (decimal): -9362268 or 10757233. OLE color: 10757233.

HSL color Cylindrical-coordinate representation of color #7124A4: hue angle of 276.09º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7124A4 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 36 164 -
CMYK 0.31 0.78 0 0.36
HSL 276.09º 0.64% 0.39% -
HSV(B) 276.09º 0.78% 0.64% -
XYZ 14.14 7.45 35.82 -
YUV 73.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 113 36 164 0.31 0.78 0 0.36 276.09 0.64 0.39
Hex 71 24 A4 1F 4E 0 24 114 40 27
Octal 161 44 244 37 116 0 44 424 100 47
Binary 1110001 100100 10100100 11111 1001110 0 100100 100010100 1000000 100111

Color Harmonies of #7124A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124A4

Black with #7124A4

Text Example


Text Example

White with #7124A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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