Html Css Color HEX #7043C1 Purple Heart

📋 copy color: '#7043C1'

red 112 ◦ green 67 ◦ blue 193

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

Shades of Purple Heart #7043C1

Tints of Purple Heart #7043C1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 30.11%
G = 18.01%
B = 51.88%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7043C1 (or 0x7043C1) is known color: Purple Heart. HEX triplet: 70, 43 and C1. RGB value is (112,67,193). Sum of RGB (Red+Green+Blue) = 112+67+193=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #7043C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043C1 is #8FBC3E. Grayscale: #5E5E5E. Windows color (decimal): -9419839 or 12665712. OLE color: 12665712.

HSL color Cylindrical-coordinate representation of color #7043C1: hue angle of 261.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7043C1 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 67 193 -
CMYK 0.42 0.65 0 0.24
HSL 261.43º 0.5% 0.51% -
HSV(B) 261.43º 0.65% 0.76% -
XYZ 18.31 11.31 51.67 -
YUV 94.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 112 67 193 0.42 0.65 0 0.24 261.43 0.5 0.51
Hex 70 43 C1 2A 41 0 18 105 32 33
Octal 160 103 301 52 101 0 30 405 62 63
Binary 1110000 1000011 11000001 101010 1000001 0 11000 100000101 110010 110011

Color Harmonies of #7043C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043C1

Black with #7043C1

Text Example


Text Example

White with #7043C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7043C1; }

 p { color: rgb(112,67,193); }

 H1.HeaderClassName
 {
   color: #7043C1;
 }
 .AnyTagClassName
 {
   color: #7043C1;
 }
</style>

background-color css

<style>
 a { background-color: #7043C1; }

 a { background-color: rgb(112,67,193); }

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

border-color css

<style>
 span { border-color: #7043C1; }

 span { border-color: rgb(112,67,193); }

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