Html Css Color HEX #732CD1 Purple Heart

📋 copy color: '#732CD1'

red 115 ◦ green 44 ◦ blue 209

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

Shades of Purple Heart #732CD1

Tints of Purple Heart #732CD1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

 BLUE value IS 209 (82.03% from 255) = 56.79%

R = 31.25%
G = 11.96%
B = 56.79%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#732CD1 (or 0x732CD1) is known color: Purple Heart. HEX triplet: 73, 2C and D1. RGB value is (115,44,209). Sum of RGB (Red+Green+Blue) = 115+44+209=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 209 (82.03% from 255 or 56.79% from 368); Max value from RGB is 209 - color contains mainly: blue. Hex color #732CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732CD1 is #8CD32E. Grayscale: #535353. Windows color (decimal): -9229103 or 13708403. OLE color: 13708403.

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

Color convert

RGB 115 44 209 -
CMYK 0.45 0.79 0 0.18
HSL 265.82º 0.65% 0.5% -
HSV(B) 265.82º 0.79% 0.82% -
XYZ 19.48 10.05 61.23 -
YUV 84.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 115 44 209 0.45 0.79 0 0.18 265.82 0.65 0.5
Hex 73 2C D1 2D 4F 0 12 10A 41 32
Octal 163 54 321 55 117 0 22 412 101 62
Binary 1110011 101100 11010001 101101 1001111 0 10010 100001010 1000001 110010

Color Harmonies of #732CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732CD1

Black with #732CD1

Text Example


Text Example

White with #732CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,44,209); }

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

background-color css

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

 a { background-color: rgb(115,44,209); }

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

border-color css

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

 span { border-color: rgb(115,44,209); }

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