Html Css Color HEX #7915BD Purple Heart

📋 copy color: '#7915BD'

red 121 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #7915BD

Tints of Purple Heart #7915BD

RGB

 RED value IS 121 (47.66% from 255) = 36.56%

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

 BLUE value IS 189 (74.22% from 255) = 57.1%

R = 36.56%
G = 6.34%
B = 57.1%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7915BD (or 0x7915BD) is known color: Purple Heart. HEX triplet: 79, 15 and BD. RGB value is (121,21,189). Sum of RGB (Red+Green+Blue) = 121+21+189=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #7915BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7915BD is #86EA42. Grayscale: #454545. Windows color (decimal): -8841795 or 12391801. OLE color: 12391801.

HSL color Cylindrical-coordinate representation of color #7915BD: hue angle of 275.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7915BD is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 21 189 -
CMYK 0.36 0.89 0 0.26
HSL 275.71º 0.8% 0.41% -
HSV(B) 275.71º 0.89% 0.74% -
XYZ 17.34 8.28 48.83 -
YUV 70.05 195.13 164.34 -
System Red Green Blue C M Y K H S L
Decimal 121 21 189 0.36 0.89 0 0.26 275.71 0.8 0.41
Hex 79 15 BD 24 59 0 1A 114 50 29
Octal 171 25 275 44 131 0 32 424 120 51
Binary 1111001 10101 10111101 100100 1011001 0 11010 100010100 1010000 101001

Color Harmonies of #7915BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7915BD

Black with #7915BD

Text Example


Text Example

White with #7915BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7915BD; }

 p { color: rgb(121,21,189); }

 H1.HeaderClassName
 {
   color: #7915BD;
 }
 .AnyTagClassName
 {
   color: #7915BD;
 }
</style>

background-color css

<style>
 a { background-color: #7915BD; }

 a { background-color: rgb(121,21,189); }

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

border-color css

<style>
 span { border-color: #7915BD; }

 span { border-color: rgb(121,21,189); }

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