Html Css Color HEX #7043CE Purple Heart

📋 copy color: '#7043CE'

red 112 ◦ green 67 ◦ blue 206

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

Shades of Purple Heart #7043CE

Tints of Purple Heart #7043CE

RGB

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

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

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

R = 29.09%
G = 17.4%
B = 53.51%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7043CE (or 0x7043CE) is known color: Purple Heart. HEX triplet: 70, 43 and CE. RGB value is (112,67,206). Sum of RGB (Red+Green+Blue) = 112+67+206=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #7043CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043CE is #8FBC31. Grayscale: #5F5F5F. Windows color (decimal): -9419826 or 13517680. OLE color: 13517680.

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

Color convert

RGB 112 67 206 -
CMYK 0.46 0.67 0 0.19
HSL 259.42º 0.59% 0.54% -
HSV(B) 259.42º 0.67% 0.81% -
XYZ 19.83 11.92 59.65 -
YUV 96.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 112 67 206 0.46 0.67 0 0.19 259.42 0.59 0.54
Hex 70 43 CE 2E 43 0 13 103 3B 36
Octal 160 103 316 56 103 0 23 403 73 66
Binary 1110000 1000011 11001110 101110 1000011 0 10011 100000011 111011 110110

Color Harmonies of #7043CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043CE

Black with #7043CE

Text Example


Text Example

White with #7043CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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