Html Css Color HEX #7913BF Purple Heart

📋 copy color: '#7913BF'

red 121 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #7913BF

Tints of Purple Heart #7913BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.7%

R = 36.56%
G = 5.74%
B = 57.7%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7913BF (or 0x7913BF) is known color: Purple Heart. HEX triplet: 79, 13 and BF. RGB value is (121,19,191). Sum of RGB (Red+Green+Blue) = 121+19+191=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #7913BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913BF is #86EC40. Grayscale: #444444. Windows color (decimal): -8842305 or 12522361. OLE color: 12522361.

HSL color Cylindrical-coordinate representation of color #7913BF: hue angle of 275.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7913BF is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 19 191 -
CMYK 0.37 0.90 0 0.25
HSL 275.58º 0.82% 0.41% -
HSV(B) 275.58º 0.9% 0.75% -
XYZ 17.52 8.29 49.97 -
YUV 69.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 121 19 191 0.37 0.90 0 0.25 275.58 0.82 0.41
Hex 79 13 BF 25 5A 0 19 114 52 29
Octal 171 23 277 45 132 0 31 424 122 51
Binary 1111001 10011 10111111 100101 1011010 0 11001 100010100 1010010 101001

Color Harmonies of #7913BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7913BF

Black with #7913BF

Text Example


Text Example

White with #7913BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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