Html Css Color HEX #7A15BA Purple Heart

📋 copy color: '#7A15BA'

red 122 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #7A15BA

Tints of Purple Heart #7A15BA

RGB

 RED value IS 122 (48.05% from 255) = 37.08%

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

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

R = 37.08%
G = 6.38%
B = 56.53%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A15BA (or 0x7A15BA) is known color: Purple Heart. HEX triplet: 7A, 15 and BA. RGB value is (122,21,186). Sum of RGB (Red+Green+Blue) = 122+21+186=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A15BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A15BA is #85EA45. Grayscale: #454545. Windows color (decimal): -8776262 or 12195194. OLE color: 12195194.

HSL color Cylindrical-coordinate representation of color #7A15BA: hue angle of 276.73º 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 #7A15BA is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 21 186 -
CMYK 0.34 0.89 0 0.27
HSL 276.73º 0.8% 0.41% -
HSV(B) 276.73º 0.89% 0.73% -
XYZ 17.16 8.22 47.14 -
YUV 70.01 193.46 165.08 -
System Red Green Blue C M Y K H S L
Decimal 122 21 186 0.34 0.89 0 0.27 276.73 0.8 0.41
Hex 7A 15 BA 22 59 0 1B 115 50 29
Octal 172 25 272 42 131 0 33 425 120 51
Binary 1111010 10101 10111010 100010 1011001 0 11011 100010101 1010000 101001

Color Harmonies of #7A15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A15BA

Black with #7A15BA

Text Example


Text Example

White with #7A15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A15BA; }

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

 H1.HeaderClassName
 {
   color: #7A15BA;
 }
 .AnyTagClassName
 {
   color: #7A15BA;
 }
</style>

background-color css

<style>
 a { background-color: #7A15BA; }

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

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

border-color css

<style>
 span { border-color: #7A15BA; }

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

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