Html Css Color HEX #7239AB Royal Purple

📋 copy color: '#7239AB'

red 114 ◦ green 57 ◦ blue 171

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

Shades of Royal Purple #7239AB

Tints of Royal Purple #7239AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7239AB (or 0x7239AB) is known color: Royal Purple. HEX triplet: 72, 39 and AB. RGB value is (114,57,171). Sum of RGB (Red+Green+Blue) = 114+57+171=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7239AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7239AB is #8DC654. Grayscale: #565656. Windows color (decimal): -9291349 or 11221362. OLE color: 11221362.

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

Color convert

RGB 114 57 171 -
CMYK 0.33 0.67 0 0.33
HSL 270º 0.5% 0.45% -
HSV(B) 270º 0.67% 0.67% -
XYZ 15.75 9.44 39.52 -
YUV 87.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 114 57 171 0.33 0.67 0 0.33 270 0.5 0.45
Hex 72 39 AB 21 43 0 21 10E 32 2D
Octal 162 71 253 41 103 0 41 416 62 55
Binary 1110010 111001 10101011 100001 1000011 0 100001 100001110 110010 101101

Color Harmonies of #7239AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7239AB

Black with #7239AB

Text Example


Text Example

White with #7239AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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