Html Css Color HEX #7415BA Purple Heart

📋 copy color: '#7415BA'

red 116 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #7415BA

Tints of Purple Heart #7415BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.5%

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 35.91%
G = 6.5%
B = 57.59%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7415BA (or 0x7415BA) is known color: Purple Heart. HEX triplet: 74, 15 and BA. RGB value is (116,21,186). Sum of RGB (Red+Green+Blue) = 116+21+186=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7415BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7415BA is #8BEA45. Grayscale: #434343. Windows color (decimal): -9169478 or 12195188. OLE color: 12195188.

HSL color Cylindrical-coordinate representation of color #7415BA: hue angle of 274.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7415BA is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 21 186 -
CMYK 0.38 0.89 0 0.27
HSL 274.55º 0.8% 0.41% -
HSV(B) 274.55º 0.89% 0.73% -
XYZ 16.33 7.79 47.1 -
YUV 68.22 194.47 162.08 -
System Red Green Blue C M Y K H S L
Decimal 116 21 186 0.38 0.89 0 0.27 274.55 0.8 0.41
Hex 74 15 BA 26 59 0 1B 113 50 29
Octal 164 25 272 46 131 0 33 423 120 51
Binary 1110100 10101 10111010 100110 1011001 0 11011 100010011 1010000 101001

Color Harmonies of #7415BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7415BA

Black with #7415BA

Text Example


Text Example

White with #7415BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7415BA; }

 p { color: rgb(116,21,186); }

 H1.HeaderClassName
 {
   color: #7415BA;
 }
 .AnyTagClassName
 {
   color: #7415BA;
 }
</style>

background-color css

<style>
 a { background-color: #7415BA; }

 a { background-color: rgb(116,21,186); }

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

border-color css

<style>
 span { border-color: #7415BA; }

 span { border-color: rgb(116,21,186); }

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