Html Css Color HEX #7029B8 Purple Heart

📋 copy color: '#7029B8'

red 112 ◦ green 41 ◦ blue 184

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

Shades of Purple Heart #7029B8

Tints of Purple Heart #7029B8

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

 BLUE value IS 184 (72.27% from 255) = 54.6%

R = 33.23%
G = 12.17%
B = 54.6%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7029B8 (or 0x7029B8) is known color: Purple Heart. HEX triplet: 70, 29 and B8. RGB value is (112,41,184). Sum of RGB (Red+Green+Blue) = 112+41+184=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 184 (72.27% from 255 or 54.60% from 337); Max value from RGB is 184 - color contains mainly: blue. Hex color #7029B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029B8 is #8FD647. Grayscale: #4E4E4E. Windows color (decimal): -9426504 or 12069232. OLE color: 12069232.

HSL color Cylindrical-coordinate representation of color #7029B8: hue angle of 269.79º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7029B8 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 41 184 -
CMYK 0.39 0.78 0 0.28
HSL 269.79º 0.64% 0.44% -
HSV(B) 269.79º 0.78% 0.72% -
XYZ 16.13 8.49 46.14 -
YUV 78.53 187.52 151.87 -
System Red Green Blue C M Y K H S L
Decimal 112 41 184 0.39 0.78 0 0.28 269.79 0.64 0.44
Hex 70 29 B8 27 4E 0 1C 10E 40 2C
Octal 160 51 270 47 116 0 34 416 100 54
Binary 1110000 101001 10111000 100111 1001110 0 11100 100001110 1000000 101100

Color Harmonies of #7029B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029B8

Black with #7029B8

Text Example


Text Example

White with #7029B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7029B8; }

 p { color: rgb(112,41,184); }

 H1.HeaderClassName
 {
   color: #7029B8;
 }
 .AnyTagClassName
 {
   color: #7029B8;
 }
</style>

background-color css

<style>
 a { background-color: #7029B8; }

 a { background-color: rgb(112,41,184); }

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

border-color css

<style>
 span { border-color: #7029B8; }

 span { border-color: rgb(112,41,184); }

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