Html Css Color HEX #7413B1 Purple Heart

📋 copy color: '#7413B1'

red 116 ◦ green 19 ◦ blue 177

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

Shades of Purple Heart #7413B1

Tints of Purple Heart #7413B1

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 177 (69.53% from 255) = 56.73%

R = 37.18%
G = 6.09%
B = 56.73%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7413B1 (or 0x7413B1) is known color: Purple Heart. HEX triplet: 74, 13 and B1. RGB value is (116,19,177). Sum of RGB (Red+Green+Blue) = 116+19+177=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #7413B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413B1 is #8BEC4E. Grayscale: #414141. Windows color (decimal): -9169999 or 11604852. OLE color: 11604852.

HSL color Cylindrical-coordinate representation of color #7413B1: hue angle of 276.84º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7413B1 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 19 177 -
CMYK 0.34 0.89 0 0.31
HSL 276.84º 0.81% 0.38% -
HSV(B) 276.84º 0.89% 0.69% -
XYZ 15.37 7.35 42.2 -
YUV 66.02 190.64 163.65 -
System Red Green Blue C M Y K H S L
Decimal 116 19 177 0.34 0.89 0 0.31 276.84 0.81 0.38
Hex 74 13 B1 22 59 0 1F 115 51 26
Octal 164 23 261 42 131 0 37 425 121 46
Binary 1110100 10011 10110001 100010 1011001 0 11111 100010101 1010001 100110

Color Harmonies of #7413B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413B1

Black with #7413B1

Text Example


Text Example

White with #7413B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7413B1; }

 p { color: rgb(116,19,177); }

 H1.HeaderClassName
 {
   color: #7413B1;
 }
 .AnyTagClassName
 {
   color: #7413B1;
 }
</style>

background-color css

<style>
 a { background-color: #7413B1; }

 a { background-color: rgb(116,19,177); }

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

border-color css

<style>
 span { border-color: #7413B1; }

 span { border-color: rgb(116,19,177); }

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