Html Css Color HEX #7126D8 Purple Heart

📋 copy color: '#7126D8'

red 113 ◦ green 38 ◦ blue 216

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

Shades of Purple Heart #7126D8

Tints of Purple Heart #7126D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 58.86%

R = 30.79%
G = 10.35%
B = 58.86%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7126D8 (or 0x7126D8) is known color: Purple Heart. HEX triplet: 71, 26 and D8. RGB value is (113,38,216). Sum of RGB (Red+Green+Blue) = 113+38+216=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #7126D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7126D8 is #8ED927. Grayscale: #505050. Windows color (decimal): -9361704 or 14165617. OLE color: 14165617.

HSL color Cylindrical-coordinate representation of color #7126D8: hue angle of 265.28º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7126D8 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 38 216 -
CMYK 0.48 0.82 0 0.15
HSL 265.28º 0.7% 0.5% -
HSV(B) 265.28º 0.82% 0.85% -
XYZ 19.9 9.85 65.82 -
YUV 80.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 113 38 216 0.48 0.82 0 0.15 265.28 0.7 0.5
Hex 71 26 D8 30 52 0 F 109 46 32
Octal 161 46 330 60 122 0 17 411 106 62
Binary 1110001 100110 11011000 110000 1010010 0 1111 100001001 1000110 110010

Color Harmonies of #7126D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7126D8

Black with #7126D8

Text Example


Text Example

White with #7126D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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