Html Css Color HEX #7129D6 Purple Heart

📋 copy color: '#7129D6'

red 113 ◦ green 41 ◦ blue 214

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

Shades of Purple Heart #7129D6

Tints of Purple Heart #7129D6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 214 (83.98% from 255) = 58.15%

R = 30.71%
G = 11.14%
B = 58.15%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7129D6 (or 0x7129D6) is known color: Purple Heart. HEX triplet: 71, 29 and D6. RGB value is (113,41,214). Sum of RGB (Red+Green+Blue) = 113+41+214=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 214 (83.98% from 255 or 58.15% from 368); Max value from RGB is 214 - color contains mainly: blue. Hex color #7129D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129D6 is #8ED629. Grayscale: #515151. Windows color (decimal): -9360938 or 14035313. OLE color: 14035313.

HSL color Cylindrical-coordinate representation of color #7129D6: hue angle of 264.97º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7129D6 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 41 214 -
CMYK 0.47 0.81 0 0.16
HSL 264.97º 0.68% 0.5% -
HSV(B) 264.97º 0.81% 0.84% -
XYZ 19.74 9.95 64.5 -
YUV 82.25 202.35 149.93 -
System Red Green Blue C M Y K H S L
Decimal 113 41 214 0.47 0.81 0 0.16 264.97 0.68 0.5
Hex 71 29 D6 2F 51 0 10 109 44 32
Octal 161 51 326 57 121 0 20 411 104 62
Binary 1110001 101001 11010110 101111 1010001 0 10000 100001001 1000100 110010

Color Harmonies of #7129D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129D6

Black with #7129D6

Text Example


Text Example

White with #7129D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7129D6; }

 p { color: rgb(113,41,214); }

 H1.HeaderClassName
 {
   color: #7129D6;
 }
 .AnyTagClassName
 {
   color: #7129D6;
 }
</style>

background-color css

<style>
 a { background-color: #7129D6; }

 a { background-color: rgb(113,41,214); }

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

border-color css

<style>
 span { border-color: #7129D6; }

 span { border-color: rgb(113,41,214); }

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