Html Css Color HEX #7129D5 Purple Heart

📋 copy color: '#7129D5'

red 113 ◦ green 41 ◦ blue 213

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

Shades of Purple Heart #7129D5

Tints of Purple Heart #7129D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.04%

R = 30.79%
G = 11.17%
B = 58.04%

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

#7129D5 (or 0x7129D5) is known color: Purple Heart. HEX triplet: 71, 29 and D5. RGB value is (113,41,213). Sum of RGB (Red+Green+Blue) = 113+41+213=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #7129D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129D5 is #8ED62A. Grayscale: #515151. Windows color (decimal): -9360939 or 13969777. OLE color: 13969777.

HSL color Cylindrical-coordinate representation of color #7129D5: hue angle of 265.12º 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 #7129D5 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 41 213 -
CMYK 0.47 0.81 0 0.16
HSL 265.12º 0.68% 0.5% -
HSV(B) 265.12º 0.81% 0.84% -
XYZ 19.61 9.9 63.83 -
YUV 82.14 201.85 150.01 -
System Red Green Blue C M Y K H S L
Decimal 113 41 213 0.47 0.81 0 0.16 265.12 0.68 0.5
Hex 71 29 D5 2F 51 0 10 109 44 32
Octal 161 51 325 57 121 0 20 411 104 62
Binary 1110001 101001 11010101 101111 1010001 0 10000 100001001 1000100 110010

Color Harmonies of #7129D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7129D5

Black with #7129D5

Text Example


Text Example

White with #7129D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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