Html Css Color HEX #7043BC Purple Heart

📋 copy color: '#7043BC'

red 112 ◦ green 67 ◦ blue 188

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

Shades of Purple Heart #7043BC

Tints of Purple Heart #7043BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 30.52%
G = 18.26%
B = 51.23%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7043BC (or 0x7043BC) is known color: Purple Heart. HEX triplet: 70, 43 and BC. RGB value is (112,67,188). Sum of RGB (Red+Green+Blue) = 112+67+188=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #7043BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043BC is #8FBC43. Grayscale: #5D5D5D. Windows color (decimal): -9419844 or 12338032. OLE color: 12338032.

HSL color Cylindrical-coordinate representation of color #7043BC: hue angle of 262.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7043BC is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 67 188 -
CMYK 0.40 0.64 0 0.26
HSL 262.31º 0.47% 0.5% -
HSV(B) 262.31º 0.64% 0.74% -
XYZ 17.77 11.09 48.78 -
YUV 94.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 112 67 188 0.40 0.64 0 0.26 262.31 0.47 0.5
Hex 70 43 BC 28 40 0 1A 106 2F 32
Octal 160 103 274 50 100 0 32 406 57 62
Binary 1110000 1000011 10111100 101000 1000000 0 11010 100000110 101111 110010

Color Harmonies of #7043BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043BC

Black with #7043BC

Text Example


Text Example

White with #7043BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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