Html Css Color HEX #732CA1 Royal Purple

📋 copy color: '#732CA1'

red 115 ◦ green 44 ◦ blue 161

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

Shades of Royal Purple #732CA1

Tints of Royal Purple #732CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 50.31%

R = 35.94%
G = 13.75%
B = 50.31%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#732CA1 (or 0x732CA1) is known color: Royal Purple. HEX triplet: 73, 2C and A1. RGB value is (115,44,161). Sum of RGB (Red+Green+Blue) = 115+44+161=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 161 (63.28% from 255 or 50.31% from 320); Max value from RGB is 161 - color contains mainly: blue. Hex color #732CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732CA1 is #8CD35E. Grayscale: #4E4E4E. Windows color (decimal): -9229151 or 10562675. OLE color: 10562675.

HSL color Cylindrical-coordinate representation of color #732CA1: hue angle of 276.41º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732CA1 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 44 161 -
CMYK 0.29 0.73 0 0.37
HSL 276.41º 0.57% 0.4% -
HSV(B) 276.41º 0.73% 0.63% -
XYZ 14.4 8.02 34.51 -
YUV 78.57 174.52 153.99 -
System Red Green Blue C M Y K H S L
Decimal 115 44 161 0.29 0.73 0 0.37 276.41 0.57 0.4
Hex 73 2C A1 1D 49 0 25 114 39 28
Octal 163 54 241 35 111 0 45 424 71 50
Binary 1110011 101100 10100001 11101 1001001 0 100101 100010100 111001 101000

Color Harmonies of #732CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732CA1

Black with #732CA1

Text Example


Text Example

White with #732CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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