Html Css Color HEX #732DB6 Purple Heart

📋 copy color: '#732DB6'

red 115 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #732DB6

Tints of Purple Heart #732DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.22%

R = 33.63%
G = 13.16%
B = 53.22%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#732DB6 (or 0x732DB6) is known color: Purple Heart. HEX triplet: 73, 2D and B6. RGB value is (115,45,182). Sum of RGB (Red+Green+Blue) = 115+45+182=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #732DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732DB6 is #8CD249. Grayscale: #515151. Windows color (decimal): -9228874 or 11939187. OLE color: 11939187.

HSL color Cylindrical-coordinate representation of color #732DB6: hue angle of 270.66º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732DB6 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 45 182 -
CMYK 0.37 0.75 0 0.29
HSL 270.66º 0.6% 0.45% -
HSV(B) 270.66º 0.75% 0.71% -
XYZ 16.45 8.9 45.11 -
YUV 81.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 115 45 182 0.37 0.75 0 0.29 270.66 0.6 0.45
Hex 73 2D B6 25 4B 0 1D 10F 3C 2D
Octal 163 55 266 45 113 0 35 417 74 55
Binary 1110011 101101 10110110 100101 1001011 0 11101 100001111 111100 101101

Color Harmonies of #732DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732DB6

Black with #732DB6

Text Example


Text Example

White with #732DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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