Html Css Color HEX #7913BE Purple Heart

📋 copy color: '#7913BE'

red 121 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #7913BE

Tints of Purple Heart #7913BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 36.67%
G = 5.76%
B = 57.58%

CMYK

 C value IS 0.36

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7913BE (or 0x7913BE) is known color: Purple Heart. HEX triplet: 79, 13 and BE. RGB value is (121,19,190). Sum of RGB (Red+Green+Blue) = 121+19+190=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #7913BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913BE is #86EC41. Grayscale: #444444. Windows color (decimal): -8842306 or 12456825. OLE color: 12456825.

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

Color convert

RGB 121 19 190 -
CMYK 0.36 0.90 0 0.25
HSL 275.79º 0.82% 0.41% -
HSV(B) 275.79º 0.9% 0.75% -
XYZ 17.41 8.25 49.39 -
YUV 68.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 121 19 190 0.36 0.90 0 0.25 275.79 0.82 0.41
Hex 79 13 BE 24 5A 0 19 114 52 29
Octal 171 23 276 44 132 0 31 424 122 51
Binary 1111001 10011 10111110 100100 1011010 0 11001 100010100 1010010 101001

Color Harmonies of #7913BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7913BE

Black with #7913BE

Text Example


Text Example

White with #7913BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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