Html Css Color HEX #7029C6 Purple Heart

📋 copy color: '#7029C6'

red 112 ◦ green 41 ◦ blue 198

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

Shades of Purple Heart #7029C6

Tints of Purple Heart #7029C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 56.41%

R = 31.91%
G = 11.68%
B = 56.41%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7029C6 (or 0x7029C6) is known color: Purple Heart. HEX triplet: 70, 29 and C6. RGB value is (112,41,198). Sum of RGB (Red+Green+Blue) = 112+41+198=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #7029C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029C6 is #8FD639. Grayscale: #4F4F4F. Windows color (decimal): -9426490 or 12986736. OLE color: 12986736.

HSL color Cylindrical-coordinate representation of color #7029C6: hue angle of 267.13º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7029C6 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 41 198 -
CMYK 0.43 0.79 0 0.22
HSL 267.13º 0.66% 0.47% -
HSV(B) 267.13º 0.79% 0.78% -
XYZ 17.67 9.11 54.25 -
YUV 80.13 194.52 150.73 -
System Red Green Blue C M Y K H S L
Decimal 112 41 198 0.43 0.79 0 0.22 267.13 0.66 0.47
Hex 70 29 C6 2B 4F 0 16 10B 42 2F
Octal 160 51 306 53 117 0 26 413 102 57
Binary 1110000 101001 11000110 101011 1001111 0 10110 100001011 1000010 101111

Color Harmonies of #7029C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029C6

Black with #7029C6

Text Example


Text Example

White with #7029C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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