Html Css Color HEX #7029D8 Purple Heart

📋 copy color: '#7029D8'

red 112 ◦ green 41 ◦ blue 216

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

Shades of Purple Heart #7029D8

Tints of Purple Heart #7029D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 58.54%

R = 30.35%
G = 11.11%
B = 58.54%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7029D8 (or 0x7029D8) is known color: Purple Heart. HEX triplet: 70, 29 and D8. RGB value is (112,41,216). Sum of RGB (Red+Green+Blue) = 112+41+216=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #7029D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029D8 is #8FD627. Grayscale: #515151. Windows color (decimal): -9426472 or 14166384. OLE color: 14166384.

HSL color Cylindrical-coordinate representation of color #7029D8: hue angle of 264.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7029D8 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 41 216 -
CMYK 0.48 0.81 0 0.15
HSL 264.34º 0.69% 0.5% -
HSV(B) 264.34º 0.81% 0.85% -
XYZ 19.87 9.99 65.85 -
YUV 82.18 203.52 149.27 -
System Red Green Blue C M Y K H S L
Decimal 112 41 216 0.48 0.81 0 0.15 264.34 0.69 0.5
Hex 70 29 D8 30 51 0 F 108 45 32
Octal 160 51 330 60 121 0 17 410 105 62
Binary 1110000 101001 11011000 110000 1010001 0 1111 100001000 1000101 110010

Color Harmonies of #7029D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029D8

Black with #7029D8

Text Example


Text Example

White with #7029D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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