Html Css Color HEX #7128BE Purple Heart

📋 copy color: '#7128BE'

red 113 ◦ green 40 ◦ blue 190

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

Shades of Purple Heart #7128BE

Tints of Purple Heart #7128BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 32.94%
G = 11.66%
B = 55.39%

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

#7128BE (or 0x7128BE) is known color: Purple Heart. HEX triplet: 71, 28 and BE. RGB value is (113,40,190). Sum of RGB (Red+Green+Blue) = 113+40+190=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #7128BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7128BE is #8ED741. Grayscale: #4E4E4E. Windows color (decimal): -9361218 or 12462193. OLE color: 12462193.

HSL color Cylindrical-coordinate representation of color #7128BE: hue angle of 269.2º 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 #7128BE is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 40 190 -
CMYK 0.41 0.79 0 0.25
HSL 269.2º 0.65% 0.45% -
HSV(B) 269.2º 0.79% 0.75% -
XYZ 16.86 8.75 49.51 -
YUV 78.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 113 40 190 0.41 0.79 0 0.25 269.2 0.65 0.45
Hex 71 28 BE 29 4F 0 19 10D 41 2D
Octal 161 50 276 51 117 0 31 415 101 55
Binary 1110001 101000 10111110 101001 1001111 0 11001 100001101 1000001 101101

Color Harmonies of #7128BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7128BE

Black with #7128BE

Text Example


Text Example

White with #7128BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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