Html Css Color HEX #732EAC Royal Purple

📋 copy color: '#732EAC'

red 115 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #732EAC

Tints of Royal Purple #732EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.81%

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

R = 34.53%
G = 13.81%
B = 51.65%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#732EAC (or 0x732EAC) is known color: Royal Purple. HEX triplet: 73, 2E and AC. RGB value is (115,46,172). Sum of RGB (Red+Green+Blue) = 115+46+172=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #732EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732EAC is #8CD153. Grayscale: #505050. Windows color (decimal): -9228628 or 11284083. OLE color: 11284083.

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

Color convert

RGB 115 46 172 -
CMYK 0.33 0.73 0 0.33
HSL 272.86º 0.58% 0.43% -
HSV(B) 272.86º 0.73% 0.67% -
XYZ 15.49 8.58 39.87 -
YUV 81 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 115 46 172 0.33 0.73 0 0.33 272.86 0.58 0.43
Hex 73 2E AC 21 49 0 21 111 3A 2B
Octal 163 56 254 41 111 0 41 421 72 53
Binary 1110011 101110 10101100 100001 1001001 0 100001 100010001 111010 101011

Color Harmonies of #732EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732EAC

Black with #732EAC

Text Example


Text Example

White with #732EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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