Html Css Color HEX #732AAD Royal Purple

📋 copy color: '#732AAD'

red 115 ◦ green 42 ◦ blue 173

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

Shades of Royal Purple #732AAD

Tints of Royal Purple #732AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 34.85%
G = 12.73%
B = 52.42%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#732AAD (or 0x732AAD) is known color: Royal Purple. HEX triplet: 73, 2A and AD. RGB value is (115,42,173). Sum of RGB (Red+Green+Blue) = 115+42+173=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #732AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732AAD is #8CD552. Grayscale: #4E4E4E. Windows color (decimal): -9229651 or 11348595. OLE color: 11348595.

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

Color convert

RGB 115 42 173 -
CMYK 0.34 0.76 0 0.32
HSL 273.44º 0.61% 0.42% -
HSV(B) 273.44º 0.76% 0.68% -
XYZ 15.44 8.32 40.33 -
YUV 78.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 115 42 173 0.34 0.76 0 0.32 273.44 0.61 0.42
Hex 73 2A AD 22 4C 0 20 111 3D 2A
Octal 163 52 255 42 114 0 40 421 75 52
Binary 1110011 101010 10101101 100010 1001100 0 100000 100010001 111101 101010

Color Harmonies of #732AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732AAD

Black with #732AAD

Text Example


Text Example

White with #732AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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