Html Css Color HEX #732BAE Royal Purple

📋 copy color: '#732BAE'

red 115 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #732BAE

Tints of Royal Purple #732BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 34.64%
G = 12.95%
B = 52.41%

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

#732BAE (or 0x732BAE) is known color: Royal Purple. HEX triplet: 73, 2B and AE. RGB value is (115,43,174). Sum of RGB (Red+Green+Blue) = 115+43+174=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #732BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732BAE is #8CD451. Grayscale: #4F4F4F. Windows color (decimal): -9229394 or 11414387. OLE color: 11414387.

HSL color Cylindrical-coordinate representation of color #732BAE: hue angle of 272.98º 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 #732BAE is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 43 174 -
CMYK 0.34 0.75 0 0.32
HSL 272.98º 0.6% 0.43% -
HSV(B) 272.98º 0.75% 0.68% -
XYZ 15.57 8.43 40.85 -
YUV 79.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 115 43 174 0.34 0.75 0 0.32 272.98 0.6 0.43
Hex 73 2B AE 22 4B 0 20 111 3C 2B
Octal 163 53 256 42 113 0 40 421 74 53
Binary 1110011 101011 10101110 100010 1001011 0 100000 100010001 111100 101011

Color Harmonies of #732BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732BAE

Black with #732BAE

Text Example


Text Example

White with #732BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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