Html Css Color HEX #7029D7 Purple Heart

📋 copy color: '#7029D7'

red 112 ◦ green 41 ◦ blue 215

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

Shades of Purple Heart #7029D7

Tints of Purple Heart #7029D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.42%

R = 30.43%
G = 11.14%
B = 58.42%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7029D7 (or 0x7029D7) is known color: Purple Heart. HEX triplet: 70, 29 and D7. RGB value is (112,41,215). Sum of RGB (Red+Green+Blue) = 112+41+215=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 215 (84.38% from 255 or 58.42% from 368); Max value from RGB is 215 - color contains mainly: blue. Hex color #7029D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029D7 is #8FD628. Grayscale: #515151. Windows color (decimal): -9426473 or 14100848. OLE color: 14100848.

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

Color convert

RGB 112 41 215 -
CMYK 0.48 0.81 0 0.16
HSL 264.48º 0.69% 0.5% -
HSV(B) 264.48º 0.81% 0.84% -
XYZ 19.74 9.94 65.17 -
YUV 82.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 112 41 215 0.48 0.81 0 0.16 264.48 0.69 0.5
Hex 70 29 D7 30 51 0 10 108 45 32
Octal 160 51 327 60 121 0 20 410 105 62
Binary 1110000 101001 11010111 110000 1010001 0 10000 100001000 1000101 110010

Color Harmonies of #7029D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029D7

Black with #7029D7

Text Example


Text Example

White with #7029D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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