Html Css Color HEX #7034D8 Purple Heart

📋 copy color: '#7034D8'

red 112 ◦ green 52 ◦ blue 216

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

Shades of Purple Heart #7034D8

Tints of Purple Heart #7034D8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

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

R = 29.47%
G = 13.68%
B = 56.84%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7034D8 (or 0x7034D8) is known color: Purple Heart. HEX triplet: 70, 34 and D8. RGB value is (112,52,216). Sum of RGB (Red+Green+Blue) = 112+52+216=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #7034D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034D8 is #8FCB27. Grayscale: #585858. Windows color (decimal): -9423656 or 14169200. OLE color: 14169200.

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

Color convert

RGB 112 52 216 -
CMYK 0.48 0.76 0 0.15
HSL 261.95º 0.68% 0.53% -
HSV(B) 261.95º 0.76% 0.85% -
XYZ 20.3 10.86 65.99 -
YUV 88.64 199.88 144.66 -
System Red Green Blue C M Y K H S L
Decimal 112 52 216 0.48 0.76 0 0.15 261.95 0.68 0.53
Hex 70 34 D8 30 4C 0 F 106 44 35
Octal 160 64 330 60 114 0 17 406 104 65
Binary 1110000 110100 11011000 110000 1001100 0 1111 100000110 1000100 110101

Color Harmonies of #7034D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7034D8

Black with #7034D8

Text Example


Text Example

White with #7034D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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