Html Css Color HEX #7034CF Purple Heart

📋 copy color: '#7034CF'

red 112 ◦ green 52 ◦ blue 207

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

Shades of Purple Heart #7034CF

Tints of Purple Heart #7034CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 30.19%
G = 14.02%
B = 55.8%

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

#7034CF (or 0x7034CF) is known color: Purple Heart. HEX triplet: 70, 34 and CF. RGB value is (112,52,207). Sum of RGB (Red+Green+Blue) = 112+52+207=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7034CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034CF is #8FCB30. Grayscale: #575757. Windows color (decimal): -9423665 or 13579376. OLE color: 13579376.

HSL color Cylindrical-coordinate representation of color #7034CF: hue angle of 263.23º degrees, saturation: 0.62, 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 #7034CF is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 52 207 -
CMYK 0.46 0.75 0 0.19
HSL 263.23º 0.62% 0.51% -
HSV(B) 263.23º 0.75% 0.81% -
XYZ 19.17 10.41 60.03 -
YUV 87.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 112 52 207 0.46 0.75 0 0.19 263.23 0.62 0.51
Hex 70 34 CF 2E 4B 0 13 107 3E 33
Octal 160 64 317 56 113 0 23 407 76 63
Binary 1110000 110100 11001111 101110 1001011 0 10011 100000111 111110 110011

Color Harmonies of #7034CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7034CF

Black with #7034CF

Text Example


Text Example

White with #7034CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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