Html Css Color HEX #7914BC Purple Heart

📋 copy color: '#7914BC'

red 121 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #7914BC

Tints of Purple Heart #7914BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

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

R = 36.78%
G = 6.08%
B = 57.14%

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

#7914BC (or 0x7914BC) is known color: Purple Heart. HEX triplet: 79, 14 and BC. RGB value is (121,20,188). Sum of RGB (Red+Green+Blue) = 121+20+188=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #7914BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914BC is #86EB43. Grayscale: #444444. Windows color (decimal): -8842052 or 12326009. OLE color: 12326009.

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

Color convert

RGB 121 20 188 -
CMYK 0.36 0.89 0 0.26
HSL 276.07º 0.81% 0.41% -
HSV(B) 276.07º 0.89% 0.74% -
XYZ 17.21 8.2 48.25 -
YUV 69.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 121 20 188 0.36 0.89 0 0.26 276.07 0.81 0.41
Hex 79 14 BC 24 59 0 1A 114 51 29
Octal 171 24 274 44 131 0 32 424 121 51
Binary 1111001 10100 10111100 100100 1011001 0 11010 100010100 1010001 101001

Color Harmonies of #7914BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914BC

Black with #7914BC

Text Example


Text Example

White with #7914BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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