Html Css Color HEX #732ED5 Purple Heart

📋 copy color: '#732ED5'

red 115 ◦ green 46 ◦ blue 213

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

Shades of Purple Heart #732ED5

Tints of Purple Heart #732ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 30.75%
G = 12.3%
B = 56.95%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#732ED5 (or 0x732ED5) is known color: Purple Heart. HEX triplet: 73, 2E and D5. RGB value is (115,46,213). Sum of RGB (Red+Green+Blue) = 115+46+213=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #732ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ED5 is #8CD12A. Grayscale: #555555. Windows color (decimal): -9228587 or 13971059. OLE color: 13971059.

HSL color Cylindrical-coordinate representation of color #732ED5: hue angle of 264.79º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #732ED5 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 46 213 -
CMYK 0.46 0.78 0 0.16
HSL 264.79º 0.67% 0.51% -
HSV(B) 264.79º 0.78% 0.84% -
XYZ 20.06 10.4 63.9 -
YUV 85.67 199.86 148.92 -
System Red Green Blue C M Y K H S L
Decimal 115 46 213 0.46 0.78 0 0.16 264.79 0.67 0.51
Hex 73 2E D5 2E 4E 0 10 109 43 33
Octal 163 56 325 56 116 0 20 411 103 63
Binary 1110011 101110 11010101 101110 1001110 0 10000 100001001 1000011 110011

Color Harmonies of #732ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ED5

Black with #732ED5

Text Example


Text Example

White with #732ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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