Html Css Color HEX #7913BD Purple Heart

📋 copy color: '#7913BD'

red 121 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #7913BD

Tints of Purple Heart #7913BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 36.78%
G = 5.78%
B = 57.45%

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

#7913BD (or 0x7913BD) is known color: Purple Heart. HEX triplet: 79, 13 and BD. RGB value is (121,19,189). Sum of RGB (Red+Green+Blue) = 121+19+189=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #7913BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913BD is #86EC42. Grayscale: #444444. Windows color (decimal): -8842307 or 12391289. OLE color: 12391289.

HSL color Cylindrical-coordinate representation of color #7913BD: hue angle of 276º degrees, saturation: 0.82, 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 #7913BD is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 19 189 -
CMYK 0.36 0.90 0 0.26
HSL 276º 0.82% 0.41% -
HSV(B) 276º 0.9% 0.74% -
XYZ 17.3 8.2 48.82 -
YUV 68.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 121 19 189 0.36 0.90 0 0.26 276 0.82 0.41
Hex 79 13 BD 24 5A 0 1A 114 52 29
Octal 171 23 275 44 132 0 32 424 122 51
Binary 1111001 10011 10111101 100100 1011010 0 11010 100010100 1010010 101001

Color Harmonies of #7913BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7913BD

Black with #7913BD

Text Example


Text Example

White with #7913BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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