Html Css Color HEX #7234AB Royal Purple

📋 copy color: '#7234AB'

red 114 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #7234AB

Tints of Royal Purple #7234AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 33.83%
G = 15.43%
B = 50.74%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7234AB (or 0x7234AB) is known color: Royal Purple. HEX triplet: 72, 34 and AB. RGB value is (114,52,171). Sum of RGB (Red+Green+Blue) = 114+52+171=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #7234AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7234AB is #8DCB54. Grayscale: #535353. Windows color (decimal): -9292629 or 11220082. OLE color: 11220082.

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

Color convert

RGB 114 52 171 -
CMYK 0.33 0.70 0 0.33
HSL 271.26º 0.53% 0.44% -
HSV(B) 271.26º 0.7% 0.67% -
XYZ 15.52 8.97 39.44 -
YUV 84.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 114 52 171 0.33 0.70 0 0.33 271.26 0.53 0.44
Hex 72 34 AB 21 46 0 21 10F 35 2C
Octal 162 64 253 41 106 0 41 417 65 54
Binary 1110010 110100 10101011 100001 1000110 0 100001 100001111 110101 101100

Color Harmonies of #7234AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7234AB

Black with #7234AB

Text Example


Text Example

White with #7234AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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