Html Css Color HEX #7029CE Purple Heart

📋 copy color: '#7029CE'

red 112 ◦ green 41 ◦ blue 206

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

Shades of Purple Heart #7029CE

Tints of Purple Heart #7029CE

RGB

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

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

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

R = 31.2%
G = 11.42%
B = 57.38%

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

#7029CE (or 0x7029CE) is known color: Purple Heart. HEX triplet: 70, 29 and CE. RGB value is (112,41,206). Sum of RGB (Red+Green+Blue) = 112+41+206=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #7029CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029CE is #8FD631. Grayscale: #505050. Windows color (decimal): -9426482 or 13511024. OLE color: 13511024.

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

Color convert

RGB 112 41 206 -
CMYK 0.46 0.80 0 0.19
HSL 265.82º 0.67% 0.48% -
HSV(B) 265.82º 0.8% 0.81% -
XYZ 18.62 9.49 59.24 -
YUV 81.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 112 41 206 0.46 0.80 0 0.19 265.82 0.67 0.48
Hex 70 29 CE 2E 50 0 13 10A 43 30
Octal 160 51 316 56 120 0 23 412 103 60
Binary 1110000 101001 11001110 101110 1010000 0 10011 100001010 1000011 110000

Color Harmonies of #7029CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029CE

Black with #7029CE

Text Example


Text Example

White with #7029CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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