Html Css Color HEX #7029C3 Purple Heart

📋 copy color: '#7029C3'

red 112 ◦ green 41 ◦ blue 195

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

Shades of Purple Heart #7029C3

Tints of Purple Heart #7029C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 56.03%

R = 32.18%
G = 11.78%
B = 56.03%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7029C3 (or 0x7029C3) is known color: Purple Heart. HEX triplet: 70, 29 and C3. RGB value is (112,41,195). Sum of RGB (Red+Green+Blue) = 112+41+195=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 195 (76.56% from 255 or 56.03% from 348); Max value from RGB is 195 - color contains mainly: blue. Hex color #7029C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029C3 is #8FD63C. Grayscale: #4F4F4F. Windows color (decimal): -9426493 or 12790128. OLE color: 12790128.

HSL color Cylindrical-coordinate representation of color #7029C3: hue angle of 267.66º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7029C3 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 41 195 -
CMYK 0.43 0.79 0 0.24
HSL 267.66º 0.65% 0.46% -
HSV(B) 267.66º 0.79% 0.76% -
XYZ 17.33 8.97 52.45 -
YUV 79.79 193.02 150.98 -
System Red Green Blue C M Y K H S L
Decimal 112 41 195 0.43 0.79 0 0.24 267.66 0.65 0.46
Hex 70 29 C3 2B 4F 0 18 10C 41 2E
Octal 160 51 303 53 117 0 30 414 101 56
Binary 1110000 101001 11000011 101011 1001111 0 11000 100001100 1000001 101110

Color Harmonies of #7029C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7029C3

Black with #7029C3

Text Example


Text Example

White with #7029C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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