Html Css Color HEX #7043BF Purple Heart

📋 copy color: '#7043BF'

red 112 ◦ green 67 ◦ blue 191

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

Shades of Purple Heart #7043BF

Tints of Purple Heart #7043BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 30.27%
G = 18.11%
B = 51.62%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7043BF (or 0x7043BF) is known color: Purple Heart. HEX triplet: 70, 43 and BF. RGB value is (112,67,191). Sum of RGB (Red+Green+Blue) = 112+67+191=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #7043BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043BF is #8FBC40. Grayscale: #5E5E5E. Windows color (decimal): -9419841 or 12534640. OLE color: 12534640.

HSL color Cylindrical-coordinate representation of color #7043BF: hue angle of 261.77º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7043BF is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 67 191 -
CMYK 0.41 0.65 0 0.25
HSL 261.77º 0.49% 0.51% -
HSV(B) 261.77º 0.65% 0.75% -
XYZ 18.09 11.22 50.5 -
YUV 94.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 112 67 191 0.41 0.65 0 0.25 261.77 0.49 0.51
Hex 70 43 BF 29 41 0 19 106 31 33
Octal 160 103 277 51 101 0 31 406 61 63
Binary 1110000 1000011 10111111 101001 1000001 0 11001 100000110 110001 110011

Color Harmonies of #7043BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043BF

Black with #7043BF

Text Example


Text Example

White with #7043BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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