Html Css Color HEX #7029CF Purple Heart

📋 copy color: '#7029CF'

red 112 ◦ green 41 ◦ blue 207

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

Shades of Purple Heart #7029CF

Tints of Purple Heart #7029CF

RGB

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

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

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

R = 31.11%
G = 11.39%
B = 57.5%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7029CF (or 0x7029CF) is known color: Purple Heart. HEX triplet: 70, 29 and CF. RGB value is (112,41,207). Sum of RGB (Red+Green+Blue) = 112+41+207=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #7029CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029CF is #8FD630. Grayscale: #505050. Windows color (decimal): -9426481 or 13576560. OLE color: 13576560.

HSL color Cylindrical-coordinate representation of color #7029CF: hue angle of 265.66º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7029CF is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 41 207 -
CMYK 0.46 0.80 0 0.19
HSL 265.66º 0.67% 0.49% -
HSV(B) 265.66º 0.8% 0.81% -
XYZ 18.74 9.54 59.88 -
YUV 81.15 199.02 150 -
System Red Green Blue C M Y K H S L
Decimal 112 41 207 0.46 0.80 0 0.19 265.66 0.67 0.49
Hex 70 29 CF 2E 50 0 13 10A 43 31
Octal 160 51 317 56 120 0 23 412 103 61
Binary 1110000 101001 11001111 101110 1010000 0 10011 100001010 1000011 110001

Color Harmonies of #7029CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029CF

Black with #7029CF

Text Example


Text Example

White with #7029CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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