Html Css Color HEX #7043C5 Purple Heart

📋 copy color: '#7043C5'

red 112 ◦ green 67 ◦ blue 197

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

Shades of Purple Heart #7043C5

Tints of Purple Heart #7043C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.39%

R = 29.79%
G = 17.82%
B = 52.39%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7043C5 (or 0x7043C5) is known color: Purple Heart. HEX triplet: 70, 43 and C5. RGB value is (112,67,197). Sum of RGB (Red+Green+Blue) = 112+67+197=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #7043C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043C5 is #8FBC3A. Grayscale: #5E5E5E. Windows color (decimal): -9419835 or 12927856. OLE color: 12927856.

HSL color Cylindrical-coordinate representation of color #7043C5: hue angle of 260.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7043C5 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 67 197 -
CMYK 0.43 0.66 0 0.23
HSL 260.77º 0.53% 0.52% -
HSV(B) 260.77º 0.66% 0.77% -
XYZ 18.77 11.49 54.05 -
YUV 95.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 112 67 197 0.43 0.66 0 0.23 260.77 0.53 0.52
Hex 70 43 C5 2B 42 0 17 105 35 34
Octal 160 103 305 53 102 0 27 405 65 64
Binary 1110000 1000011 11000101 101011 1000010 0 10111 100000101 110101 110100

Color Harmonies of #7043C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043C5

Black with #7043C5

Text Example


Text Example

White with #7043C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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