Html Css Color HEX #7915BC Purple Heart

📋 copy color: '#7915BC'

red 121 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #7915BC

Tints of Purple Heart #7915BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 36.67%
G = 6.36%
B = 56.97%

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

#7915BC (or 0x7915BC) is known color: Purple Heart. HEX triplet: 79, 15 and BC. RGB value is (121,21,188). Sum of RGB (Red+Green+Blue) = 121+21+188=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #7915BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7915BC is #86EA43. Grayscale: #454545. Windows color (decimal): -8841796 or 12326265. OLE color: 12326265.

HSL color Cylindrical-coordinate representation of color #7915BC: hue angle of 275.93º 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 #7915BC is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 21 188 -
CMYK 0.36 0.89 0 0.26
HSL 275.93º 0.8% 0.41% -
HSV(B) 275.93º 0.89% 0.74% -
XYZ 17.23 8.23 48.26 -
YUV 69.94 194.63 164.42 -
System Red Green Blue C M Y K H S L
Decimal 121 21 188 0.36 0.89 0 0.26 275.93 0.8 0.41
Hex 79 15 BC 24 59 0 1A 114 50 29
Octal 171 25 274 44 131 0 32 424 120 51
Binary 1111001 10101 10111100 100100 1011001 0 11010 100010100 1010000 101001

Color Harmonies of #7915BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7915BC

Black with #7915BC

Text Example


Text Example

White with #7915BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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