Html Css Color HEX #7912BD Purple Heart

📋 copy color: '#7912BD'

red 121 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #7912BD

Tints of Purple Heart #7912BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.49%

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

R = 36.89%
G = 5.49%
B = 57.62%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7912BD (or 0x7912BD) is known color: Purple Heart. HEX triplet: 79, 12 and BD. RGB value is (121,18,189). Sum of RGB (Red+Green+Blue) = 121+18+189=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #7912BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7912BD is #86ED42. Grayscale: #434343. Windows color (decimal): -8842563 or 12391033. OLE color: 12391033.

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

Color convert

RGB 121 18 189 -
CMYK 0.36 0.90 0 0.26
HSL 276.14º 0.83% 0.41% -
HSV(B) 276.14º 0.9% 0.74% -
XYZ 17.29 8.17 48.81 -
YUV 68.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 121 18 189 0.36 0.90 0 0.26 276.14 0.83 0.41
Hex 79 12 BD 24 5A 0 1A 114 53 29
Octal 171 22 275 44 132 0 32 424 123 51
Binary 1111001 10010 10111101 100100 1011010 0 11010 100010100 1010011 101001

Color Harmonies of #7912BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7912BD

Black with #7912BD

Text Example


Text Example

White with #7912BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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