Html Css Color HEX #732DA5 Royal Purple

📋 copy color: '#732DA5'

red 115 ◦ green 45 ◦ blue 165

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

Shades of Royal Purple #732DA5

Tints of Royal Purple #732DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.77%

R = 35.38%
G = 13.85%
B = 50.77%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#732DA5 (or 0x732DA5) is known color: Royal Purple. HEX triplet: 73, 2D and A5. RGB value is (115,45,165). Sum of RGB (Red+Green+Blue) = 115+45+165=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #732DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DA5 is #8CD25A. Grayscale: #4F4F4F. Windows color (decimal): -9228891 or 10825075. OLE color: 10825075.

HSL color Cylindrical-coordinate representation of color #732DA5: hue angle of 275º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732DA5 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 45 165 -
CMYK 0.30 0.73 0 0.35
HSL 275º 0.57% 0.41% -
HSV(B) 275º 0.73% 0.65% -
XYZ 14.8 8.24 36.41 -
YUV 79.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 115 45 165 0.30 0.73 0 0.35 275 0.57 0.41
Hex 73 2D A5 1E 49 0 23 113 39 29
Octal 163 55 245 36 111 0 43 423 71 51
Binary 1110011 101101 10100101 11110 1001001 0 100011 100010011 111001 101001

Color Harmonies of #732DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732DA5

Black with #732DA5

Text Example


Text Example

White with #732DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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