Html Css Color HEX #7032B4 Purple Heart

📋 copy color: '#7032B4'

red 112 ◦ green 50 ◦ blue 180

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

Shades of Purple Heart #7032B4

Tints of Purple Heart #7032B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.63%

R = 32.75%
G = 14.62%
B = 52.63%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7032B4 (or 0x7032B4) is known color: Purple Heart. HEX triplet: 70, 32 and B4. RGB value is (112,50,180). Sum of RGB (Red+Green+Blue) = 112+50+180=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #7032B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7032B4 is #8FCD4B. Grayscale: #525252. Windows color (decimal): -9424204 or 11809392. OLE color: 11809392.

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

Color convert

RGB 112 50 180 -
CMYK 0.38 0.72 0 0.29
HSL 268.62º 0.57% 0.45% -
HSV(B) 268.62º 0.72% 0.71% -
XYZ 16.06 9.02 44.07 -
YUV 83.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 112 50 180 0.38 0.72 0 0.29 268.62 0.57 0.45
Hex 70 32 B4 26 48 0 1D 10D 39 2D
Octal 160 62 264 46 110 0 35 415 71 55
Binary 1110000 110010 10110100 100110 1001000 0 11101 100001101 111001 101101

Color Harmonies of #7032B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7032B4

Black with #7032B4

Text Example


Text Example

White with #7032B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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