Html Css Color HEX #7332B6 Purple Heart

📋 copy color: '#7332B6'

red 115 ◦ green 50 ◦ blue 182

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

Shades of Purple Heart #7332B6

Tints of Purple Heart #7332B6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

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

R = 33.14%
G = 14.41%
B = 52.45%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7332B6 (or 0x7332B6) is known color: Purple Heart. HEX triplet: 73, 32 and B6. RGB value is (115,50,182). Sum of RGB (Red+Green+Blue) = 115+50+182=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #7332B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7332B6 is #8CCD49. Grayscale: #545454. Windows color (decimal): -9227594 or 11940467. OLE color: 11940467.

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

Color convert

RGB 115 50 182 -
CMYK 0.37 0.73 0 0.29
HSL 269.55º 0.57% 0.45% -
HSV(B) 269.55º 0.73% 0.71% -
XYZ 16.65 9.3 45.17 -
YUV 84.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 115 50 182 0.37 0.73 0 0.29 269.55 0.57 0.45
Hex 73 32 B6 25 49 0 1D 10E 39 2D
Octal 163 62 266 45 111 0 35 416 71 55
Binary 1110011 110010 10110110 100101 1001001 0 11101 100001110 111001 101101

Color Harmonies of #7332B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7332B6

Black with #7332B6

Text Example


Text Example

White with #7332B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7332B6; }

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

 H1.HeaderClassName
 {
   color: #7332B6;
 }
 .AnyTagClassName
 {
   color: #7332B6;
 }
</style>

background-color css

<style>
 a { background-color: #7332B6; }

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

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

border-color css

<style>
 span { border-color: #7332B6; }

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

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