Html Css Color HEX #7126BB Purple Heart

📋 copy color: '#7126BB'

red 113 ◦ green 38 ◦ blue 187

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

Shades of Purple Heart #7126BB

Tints of Purple Heart #7126BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.24%

 BLUE value IS 187 (73.44% from 255) = 55.33%

R = 33.43%
G = 11.24%
B = 55.33%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7126BB (or 0x7126BB) is known color: Purple Heart. HEX triplet: 71, 26 and BB. RGB value is (113,38,187). Sum of RGB (Red+Green+Blue) = 113+38+187=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #7126BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7126BB is #8ED944. Grayscale: #4C4C4C. Windows color (decimal): -9361733 or 12265073. OLE color: 12265073.

HSL color Cylindrical-coordinate representation of color #7126BB: hue angle of 270.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7126BB is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 38 187 -
CMYK 0.40 0.80 0 0.27
HSL 270.2º 0.66% 0.44% -
HSV(B) 270.2º 0.8% 0.73% -
XYZ 16.47 8.48 47.78 -
YUV 77.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 113 38 187 0.40 0.80 0 0.27 270.2 0.66 0.44
Hex 71 26 BB 28 50 0 1B 10E 42 2C
Octal 161 46 273 50 120 0 33 416 102 54
Binary 1110001 100110 10111011 101000 1010000 0 11011 100001110 1000010 101100

Color Harmonies of #7126BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7126BB

Black with #7126BB

Text Example


Text Example

White with #7126BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7126BB; }

 p { color: rgb(113,38,187); }

 H1.HeaderClassName
 {
   color: #7126BB;
 }
 .AnyTagClassName
 {
   color: #7126BB;
 }
</style>

background-color css

<style>
 a { background-color: #7126BB; }

 a { background-color: rgb(113,38,187); }

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

border-color css

<style>
 span { border-color: #7126BB; }

 span { border-color: rgb(113,38,187); }

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