Html Css Color HEX #732A9D Royal Purple

📋 copy color: '#732A9D'

red 115 ◦ green 42 ◦ blue 157

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

Shades of Royal Purple #732A9D

Tints of Royal Purple #732A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

 BLUE value IS 157 (61.72% from 255) = 50%

R = 36.62%
G = 13.38%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#732A9D (or 0x732A9D) is known color: Royal Purple. HEX triplet: 73, 2A and 9D. RGB value is (115,42,157). Sum of RGB (Red+Green+Blue) = 115+42+157=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #732A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732A9D is #8CD562. Grayscale: #4C4C4C. Windows color (decimal): -9229667 or 10300019. OLE color: 10300019.

HSL color Cylindrical-coordinate representation of color #732A9D: hue angle of 278.09º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732A9D is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 42 157 -
CMYK 0.27 0.73 0 0.38
HSL 278.09º 0.58% 0.39% -
HSV(B) 278.09º 0.73% 0.62% -
XYZ 13.98 7.74 32.65 -
YUV 76.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 115 42 157 0.27 0.73 0 0.38 278.09 0.58 0.39
Hex 73 2A 9D 1B 49 0 26 116 3A 27
Octal 163 52 235 33 111 0 46 426 72 47
Binary 1110011 101010 10011101 11011 1001001 0 100110 100010110 111010 100111

Color Harmonies of #732A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732A9D

Black with #732A9D

Text Example


Text Example

White with #732A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,42,157); }

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

background-color css

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

 a { background-color: rgb(115,42,157); }

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

border-color css

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

 span { border-color: rgb(115,42,157); }

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