Html Css Color HEX #7123AA Royal Purple

📋 copy color: '#7123AA'

red 113 ◦ green 35 ◦ blue 170

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

Shades of Royal Purple #7123AA

Tints of Royal Purple #7123AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

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

R = 35.53%
G = 11.01%
B = 53.46%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7123AA (or 0x7123AA) is known color: Royal Purple. HEX triplet: 71, 23 and AA. RGB value is (113,35,170). Sum of RGB (Red+Green+Blue) = 113+35+170=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #7123AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7123AA is #8EDC55. Grayscale: #494949. Windows color (decimal): -9362518 or 11150193. OLE color: 11150193.

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

Color convert

RGB 113 35 170 -
CMYK 0.34 0.79 0 0.33
HSL 274.67º 0.66% 0.4% -
HSV(B) 274.67º 0.79% 0.67% -
XYZ 14.67 7.62 38.73 -
YUV 73.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 113 35 170 0.34 0.79 0 0.33 274.67 0.66 0.4
Hex 71 23 AA 22 4F 0 21 113 42 28
Octal 161 43 252 42 117 0 41 423 102 50
Binary 1110001 100011 10101010 100010 1001111 0 100001 100010011 1000010 101000

Color Harmonies of #7123AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7123AA

Black with #7123AA

Text Example


Text Example

White with #7123AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,35,170); }

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

background-color css

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

 a { background-color: rgb(113,35,170); }

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

border-color css

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

 span { border-color: rgb(113,35,170); }

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