Html Css Color HEX #7913BC Purple Heart

📋 copy color: '#7913BC'

red 121 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #7913BC

Tints of Purple Heart #7913BC

RGB

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

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

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

R = 36.89%
G = 5.79%
B = 57.32%

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

#7913BC (or 0x7913BC) is known color: Purple Heart. HEX triplet: 79, 13 and BC. RGB value is (121,19,188). Sum of RGB (Red+Green+Blue) = 121+19+188=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #7913BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7913BC is #86EC43. Grayscale: #444444. Windows color (decimal): -8842308 or 12325753. OLE color: 12325753.

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

Color convert

RGB 121 19 188 -
CMYK 0.36 0.90 0 0.26
HSL 276.21º 0.82% 0.41% -
HSV(B) 276.21º 0.9% 0.74% -
XYZ 17.2 8.16 48.25 -
YUV 68.76 195.29 165.26 -
System Red Green Blue C M Y K H S L
Decimal 121 19 188 0.36 0.90 0 0.26 276.21 0.82 0.41
Hex 79 13 BC 24 5A 0 1A 114 52 29
Octal 171 23 274 44 132 0 32 424 122 51
Binary 1111001 10011 10111100 100100 1011010 0 11010 100010100 1010010 101001

Color Harmonies of #7913BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7913BC

Black with #7913BC

Text Example


Text Example

White with #7913BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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