Html Css Color HEX #7032BA Purple Heart

📋 copy color: '#7032BA'

red 112 ◦ green 50 ◦ blue 186

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

Shades of Purple Heart #7032BA

Tints of Purple Heart #7032BA

RGB

 RED value IS 112 (44.14% from 255) = 32.18%

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 32.18%
G = 14.37%
B = 53.45%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7032BA (or 0x7032BA) is known color: Purple Heart. HEX triplet: 70, 32 and BA. RGB value is (112,50,186). Sum of RGB (Red+Green+Blue) = 112+50+186=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #7032BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7032BA is #8FCD45. Grayscale: #535353. Windows color (decimal): -9424198 or 12202608. OLE color: 12202608.

HSL color Cylindrical-coordinate representation of color #7032BA: hue angle of 267.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7032BA is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 50 186 -
CMYK 0.40 0.73 0 0.27
HSL 267.35º 0.58% 0.46% -
HSV(B) 267.35º 0.73% 0.73% -
XYZ 16.69 9.27 47.36 -
YUV 84.04 185.54 147.94 -
System Red Green Blue C M Y K H S L
Decimal 112 50 186 0.40 0.73 0 0.27 267.35 0.58 0.46
Hex 70 32 BA 28 49 0 1B 10B 3A 2E
Octal 160 62 272 50 111 0 33 413 72 56
Binary 1110000 110010 10111010 101000 1001001 0 11011 100001011 111010 101110

Color Harmonies of #7032BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7032BA

Black with #7032BA

Text Example


Text Example

White with #7032BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7032BA; }

 p { color: rgb(112,50,186); }

 H1.HeaderClassName
 {
   color: #7032BA;
 }
 .AnyTagClassName
 {
   color: #7032BA;
 }
</style>

background-color css

<style>
 a { background-color: #7032BA; }

 a { background-color: rgb(112,50,186); }

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

border-color css

<style>
 span { border-color: #7032BA; }

 span { border-color: rgb(112,50,186); }

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