Html Css Color HEX #7432A3 Royal Purple

📋 copy color: '#7432A3'

red 116 ◦ green 50 ◦ blue 163

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

Shades of Royal Purple #7432A3

Tints of Royal Purple #7432A3

RGB

 RED value IS 116 (45.7% from 255) = 35.26%

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

 BLUE value IS 163 (64.06% from 255) = 49.54%

R = 35.26%
G = 15.2%
B = 49.54%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7432A3 (or 0x7432A3) is known color: Royal Purple. HEX triplet: 74, 32 and A3. RGB value is (116,50,163). Sum of RGB (Red+Green+Blue) = 116+50+163=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 163 - color contains mainly: blue. Hex color #7432A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7432A3 is #8BCD5C. Grayscale: #525252. Windows color (decimal): -9162077 or 10695284. OLE color: 10695284.

HSL color Cylindrical-coordinate representation of color #7432A3: hue angle of 275.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7432A3 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 50 163 -
CMYK 0.29 0.69 0 0.36
HSL 275.04º 0.53% 0.42% -
HSV(B) 275.04º 0.69% 0.64% -
XYZ 14.95 8.64 35.53 -
YUV 82.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 116 50 163 0.29 0.69 0 0.36 275.04 0.53 0.42
Hex 74 32 A3 1D 45 0 24 113 35 2A
Octal 164 62 243 35 105 0 44 423 65 52
Binary 1110100 110010 10100011 11101 1000101 0 100100 100010011 110101 101010

Color Harmonies of #7432A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7432A3

Black with #7432A3

Text Example


Text Example

White with #7432A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7432A3; }

 p { color: rgb(116,50,163); }

 H1.HeaderClassName
 {
   color: #7432A3;
 }
 .AnyTagClassName
 {
   color: #7432A3;
 }
</style>

background-color css

<style>
 a { background-color: #7432A3; }

 a { background-color: rgb(116,50,163); }

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

border-color css

<style>
 span { border-color: #7432A3; }

 span { border-color: rgb(116,50,163); }

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