Html Css Color HEX #732EA5 Royal Purple

📋 copy color: '#732EA5'

red 115 ◦ green 46 ◦ blue 165

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

Shades of Royal Purple #732EA5

Tints of Royal Purple #732EA5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.11%

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

R = 35.28%
G = 14.11%
B = 50.61%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#732EA5 (or 0x732EA5) is known color: Royal Purple. HEX triplet: 73, 2E and A5. RGB value is (115,46,165). Sum of RGB (Red+Green+Blue) = 115+46+165=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #732EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732EA5 is #8CD15A. Grayscale: #4F4F4F. Windows color (decimal): -9228635 or 10825331. OLE color: 10825331.

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

Color convert

RGB 115 46 165 -
CMYK 0.30 0.72 0 0.35
HSL 274.79º 0.56% 0.41% -
HSV(B) 274.79º 0.72% 0.65% -
XYZ 14.84 8.32 36.42 -
YUV 80.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 115 46 165 0.30 0.72 0 0.35 274.79 0.56 0.41
Hex 73 2E A5 1E 48 0 23 113 38 29
Octal 163 56 245 36 110 0 43 423 70 51
Binary 1110011 101110 10100101 11110 1001000 0 100011 100010011 111000 101001

Color Harmonies of #732EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732EA5

Black with #732EA5

Text Example


Text Example

White with #732EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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