Html Css Color HEX #7128BF Purple Heart

📋 copy color: '#7128BF'

red 113 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #7128BF

Tints of Purple Heart #7128BF

RGB

 RED value IS 113 (44.53% from 255) = 32.85%

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 32.85%
G = 11.63%
B = 55.52%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7128BF (or 0x7128BF) is known color: Purple Heart. HEX triplet: 71, 28 and BF. RGB value is (113,40,191). Sum of RGB (Red+Green+Blue) = 113+40+191=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #7128BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7128BF is #8ED740. Grayscale: #4E4E4E. Windows color (decimal): -9361217 or 12527729. OLE color: 12527729.

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

Color convert

RGB 113 40 191 -
CMYK 0.41 0.79 0 0.25
HSL 269.01º 0.65% 0.45% -
HSV(B) 269.01º 0.79% 0.75% -
XYZ 16.97 8.79 50.09 -
YUV 79.04 191.18 152.22 -
System Red Green Blue C M Y K H S L
Decimal 113 40 191 0.41 0.79 0 0.25 269.01 0.65 0.45
Hex 71 28 BF 29 4F 0 19 10D 41 2D
Octal 161 50 277 51 117 0 31 415 101 55
Binary 1110001 101000 10111111 101001 1001111 0 11001 100001101 1000001 101101

Color Harmonies of #7128BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7128BF

Black with #7128BF

Text Example


Text Example

White with #7128BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,40,191); }

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

background-color css

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

 a { background-color: rgb(113,40,191); }

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

border-color css

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

 span { border-color: rgb(113,40,191); }

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