Html Css Color HEX #7034CE Purple Heart

📋 copy color: '#7034CE'

red 112 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #7034CE

Tints of Purple Heart #7034CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.68%

R = 30.27%
G = 14.05%
B = 55.68%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7034CE (or 0x7034CE) is known color: Purple Heart. HEX triplet: 70, 34 and CE. RGB value is (112,52,206). Sum of RGB (Red+Green+Blue) = 112+52+206=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #7034CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034CE is #8FCB31. Grayscale: #565656. Windows color (decimal): -9423666 or 13513840. OLE color: 13513840.

HSL color Cylindrical-coordinate representation of color #7034CE: hue angle of 263.38º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7034CE is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 52 206 -
CMYK 0.46 0.75 0 0.19
HSL 263.38º 0.61% 0.51% -
HSV(B) 263.38º 0.75% 0.81% -
XYZ 19.05 10.36 59.39 -
YUV 87.5 194.88 145.48 -
System Red Green Blue C M Y K H S L
Decimal 112 52 206 0.46 0.75 0 0.19 263.38 0.61 0.51
Hex 70 34 CE 2E 4B 0 13 107 3D 33
Octal 160 64 316 56 113 0 23 407 75 63
Binary 1110000 110100 11001110 101110 1001011 0 10011 100000111 111101 110011

Color Harmonies of #7034CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7034CE

Black with #7034CE

Text Example


Text Example

White with #7034CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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