Html Css Color HEX #7239AA Royal Purple

📋 copy color: '#7239AA'

red 114 ◦ green 57 ◦ blue 170

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

Shades of Royal Purple #7239AA

Tints of Royal Purple #7239AA

RGB

 RED value IS 114 (44.92% from 255) = 33.43%

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 33.43%
G = 16.72%
B = 49.85%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7239AA (or 0x7239AA) is known color: Royal Purple. HEX triplet: 72, 39 and AA. RGB value is (114,57,170). Sum of RGB (Red+Green+Blue) = 114+57+170=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #7239AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7239AA is #8DC655. Grayscale: #565656. Windows color (decimal): -9291350 or 11155826. OLE color: 11155826.

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

Color convert

RGB 114 57 170 -
CMYK 0.33 0.66 0 0.33
HSL 270.27º 0.5% 0.45% -
HSV(B) 270.27º 0.66% 0.67% -
XYZ 15.66 9.41 39.02 -
YUV 86.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 114 57 170 0.33 0.66 0 0.33 270.27 0.5 0.45
Hex 72 39 AA 21 42 0 21 10E 32 2D
Octal 162 71 252 41 102 0 41 416 62 55
Binary 1110010 111001 10101010 100001 1000010 0 100001 100001110 110010 101101

Color Harmonies of #7239AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7239AA

Black with #7239AA

Text Example


Text Example

White with #7239AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,57,170); }

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

background-color css

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

 a { background-color: rgb(114,57,170); }

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

border-color css

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

 span { border-color: rgb(114,57,170); }

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