Html Css Color HEX #732DA2 Royal Purple

📋 copy color: '#732DA2'

red 115 ◦ green 45 ◦ blue 162

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

Shades of Royal Purple #732DA2

Tints of Royal Purple #732DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

 BLUE value IS 162 (63.67% from 255) = 50.31%

R = 35.71%
G = 13.98%
B = 50.31%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#732DA2 (or 0x732DA2) is known color: Royal Purple. HEX triplet: 73, 2D and A2. RGB value is (115,45,162). Sum of RGB (Red+Green+Blue) = 115+45+162=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #732DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DA2 is #8CD25D. Grayscale: #4E4E4E. Windows color (decimal): -9228894 or 10628467. OLE color: 10628467.

HSL color Cylindrical-coordinate representation of color #732DA2: hue angle of 275.9º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732DA2 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 45 162 -
CMYK 0.29 0.72 0 0.36
HSL 275.9º 0.57% 0.41% -
HSV(B) 275.9º 0.72% 0.64% -
XYZ 14.53 8.13 34.99 -
YUV 79.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 115 45 162 0.29 0.72 0 0.36 275.9 0.57 0.41
Hex 73 2D A2 1D 48 0 24 114 39 29
Octal 163 55 242 35 110 0 44 424 71 51
Binary 1110011 101101 10100010 11101 1001000 0 100100 100010100 111001 101001

Color Harmonies of #732DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732DA2

Black with #732DA2

Text Example


Text Example

White with #732DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,45,162); }

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

background-color css

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

 a { background-color: rgb(115,45,162); }

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

border-color css

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

 span { border-color: rgb(115,45,162); }

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