Html Css Color HEX #732AAC Royal Purple

📋 copy color: '#732AAC'

red 115 ◦ green 42 ◦ blue 172

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

Shades of Royal Purple #732AAC

Tints of Royal Purple #732AAC

RGB

 RED value IS 115 (45.31% from 255) = 34.95%

 GREEN value IS 42 (16.8% from 255) = 12.77%

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 34.95%
G = 12.77%
B = 52.28%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#732AAC (or 0x732AAC) is known color: Royal Purple. HEX triplet: 73, 2A and AC. RGB value is (115,42,172). Sum of RGB (Red+Green+Blue) = 115+42+172=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #732AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732AAC is #8CD553. Grayscale: #4E4E4E. Windows color (decimal): -9229652 or 11283059. OLE color: 11283059.

HSL color Cylindrical-coordinate representation of color #732AAC: hue angle of 273.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732AAC is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 42 172 -
CMYK 0.33 0.76 0 0.33
HSL 273.69º 0.61% 0.42% -
HSV(B) 273.69º 0.76% 0.67% -
XYZ 15.34 8.28 39.82 -
YUV 78.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 115 42 172 0.33 0.76 0 0.33 273.69 0.61 0.42
Hex 73 2A AC 21 4C 0 21 112 3D 2A
Octal 163 52 254 41 114 0 41 422 75 52
Binary 1110011 101010 10101100 100001 1001100 0 100001 100010010 111101 101010

Color Harmonies of #732AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732AAC

Black with #732AAC

Text Example


Text Example

White with #732AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732AAC; }

 p { color: rgb(115,42,172); }

 H1.HeaderClassName
 {
   color: #732AAC;
 }
 .AnyTagClassName
 {
   color: #732AAC;
 }
</style>

background-color css

<style>
 a { background-color: #732AAC; }

 a { background-color: rgb(115,42,172); }

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

border-color css

<style>
 span { border-color: #732AAC; }

 span { border-color: rgb(115,42,172); }

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