Html Css Color HEX #7232A7 Royal Purple

📋 copy color: '#7232A7'

red 114 ◦ green 50 ◦ blue 167

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

Shades of Royal Purple #7232A7

Tints of Royal Purple #7232A7

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 167 (65.63% from 255) = 50.45%

R = 34.44%
G = 15.11%
B = 50.45%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7232A7 (or 0x7232A7) is known color: Royal Purple. HEX triplet: 72, 32 and A7. RGB value is (114,50,167). Sum of RGB (Red+Green+Blue) = 114+50+167=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #7232A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7232A7 is #8DCD58. Grayscale: #525252. Windows color (decimal): -9293145 or 10957426. OLE color: 10957426.

HSL color Cylindrical-coordinate representation of color #7232A7: hue angle of 272.82º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7232A7 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 50 167 -
CMYK 0.32 0.70 0 0.35
HSL 272.82º 0.54% 0.43% -
HSV(B) 272.82º 0.7% 0.65% -
XYZ 15.06 8.65 37.44 -
YUV 82.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 114 50 167 0.32 0.70 0 0.35 272.82 0.54 0.43
Hex 72 32 A7 20 46 0 23 111 36 2B
Octal 162 62 247 40 106 0 43 421 66 53
Binary 1110010 110010 10100111 100000 1000110 0 100011 100010001 110110 101011

Color Harmonies of #7232A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7232A7

Black with #7232A7

Text Example


Text Example

White with #7232A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7232A7; }

 p { color: rgb(114,50,167); }

 H1.HeaderClassName
 {
   color: #7232A7;
 }
 .AnyTagClassName
 {
   color: #7232A7;
 }
</style>

background-color css

<style>
 a { background-color: #7232A7; }

 a { background-color: rgb(114,50,167); }

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

border-color css

<style>
 span { border-color: #7232A7; }

 span { border-color: rgb(114,50,167); }

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