Html Css Color HEX #732CAE Royal Purple

📋 copy color: '#732CAE'

red 115 ◦ green 44 ◦ blue 174

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

Shades of Royal Purple #732CAE

Tints of Royal Purple #732CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

 BLUE value IS 174 (68.36% from 255) = 52.25%

R = 34.53%
G = 13.21%
B = 52.25%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#732CAE (or 0x732CAE) is known color: Royal Purple. HEX triplet: 73, 2C and AE. RGB value is (115,44,174). Sum of RGB (Red+Green+Blue) = 115+44+174=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #732CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732CAE is #8CD351. Grayscale: #4F4F4F. Windows color (decimal): -9229138 or 11414643. OLE color: 11414643.

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

Color convert

RGB 115 44 174 -
CMYK 0.34 0.75 0 0.32
HSL 272.77º 0.6% 0.43% -
HSV(B) 272.77º 0.75% 0.68% -
XYZ 15.61 8.5 40.86 -
YUV 80.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 115 44 174 0.34 0.75 0 0.32 272.77 0.6 0.43
Hex 73 2C AE 22 4B 0 20 111 3C 2B
Octal 163 54 256 42 113 0 40 421 74 53
Binary 1110011 101100 10101110 100010 1001011 0 100000 100010001 111100 101011

Color Harmonies of #732CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732CAE

Black with #732CAE

Text Example


Text Example

White with #732CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,44,174); }

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

background-color css

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

 a { background-color: rgb(115,44,174); }

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

border-color css

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

 span { border-color: rgb(115,44,174); }

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