Html Css Color HEX #732CAB Royal Purple

📋 copy color: '#732CAB'

red 115 ◦ green 44 ◦ blue 171

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

Shades of Royal Purple #732CAB

Tints of Royal Purple #732CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 34.85%
G = 13.33%
B = 51.82%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#732CAB (or 0x732CAB) is known color: Royal Purple. HEX triplet: 73, 2C and AB. RGB value is (115,44,171). Sum of RGB (Red+Green+Blue) = 115+44+171=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #732CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732CAB is #8CD354. Grayscale: #4F4F4F. Windows color (decimal): -9229141 or 11218035. OLE color: 11218035.

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

Color convert

RGB 115 44 171 -
CMYK 0.33 0.74 0 0.33
HSL 273.54º 0.59% 0.42% -
HSV(B) 273.54º 0.74% 0.67% -
XYZ 15.32 8.39 39.34 -
YUV 79.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 115 44 171 0.33 0.74 0 0.33 273.54 0.59 0.42
Hex 73 2C AB 21 4A 0 21 112 3B 2A
Octal 163 54 253 41 112 0 41 422 73 52
Binary 1110011 101100 10101011 100001 1001010 0 100001 100010010 111011 101010

Color Harmonies of #732CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732CAB

Black with #732CAB

Text Example


Text Example

White with #732CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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