Html Css Color HEX #732ED2 Purple Heart

📋 copy color: '#732ED2'

red 115 ◦ green 46 ◦ blue 210

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

Shades of Purple Heart #732ED2

Tints of Purple Heart #732ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.6%

R = 31%
G = 12.4%
B = 56.6%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#732ED2 (or 0x732ED2) is known color: Purple Heart. HEX triplet: 73, 2E and D2. RGB value is (115,46,210). Sum of RGB (Red+Green+Blue) = 115+46+210=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #732ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ED2 is #8CD12D. Grayscale: #545454. Windows color (decimal): -9228590 or 13774451. OLE color: 13774451.

HSL color Cylindrical-coordinate representation of color #732ED2: hue angle of 265.24º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #732ED2 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 46 210 -
CMYK 0.45 0.78 0 0.18
HSL 265.24º 0.65% 0.5% -
HSV(B) 265.24º 0.78% 0.82% -
XYZ 19.68 10.25 61.91 -
YUV 85.33 198.36 149.16 -
System Red Green Blue C M Y K H S L
Decimal 115 46 210 0.45 0.78 0 0.18 265.24 0.65 0.5
Hex 73 2E D2 2D 4E 0 12 109 41 32
Octal 163 56 322 55 116 0 22 411 101 62
Binary 1110011 101110 11010010 101101 1001110 0 10010 100001001 1000001 110010

Color Harmonies of #732ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ED2

Black with #732ED2

Text Example


Text Example

White with #732ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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