Html Css Color HEX #7713BD Purple Heart

📋 copy color: '#7713BD'

red 119 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #7713BD

Tints of Purple Heart #7713BD

RGB

 RED value IS 119 (46.88% from 255) = 36.39%

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

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

R = 36.39%
G = 5.81%
B = 57.8%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7713BD (or 0x7713BD) is known color: Purple Heart. HEX triplet: 77, 13 and BD. RGB value is (119,19,189). Sum of RGB (Red+Green+Blue) = 119+19+189=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #7713BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713BD is #88EC42. Grayscale: #434343. Windows color (decimal): -8973379 or 12391287. OLE color: 12391287.

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

Color convert

RGB 119 19 189 -
CMYK 0.37 0.90 0 0.26
HSL 275.29º 0.82% 0.41% -
HSV(B) 275.29º 0.9% 0.74% -
XYZ 17.03 8.06 48.8 -
YUV 68.28 196.13 164.18 -
System Red Green Blue C M Y K H S L
Decimal 119 19 189 0.37 0.90 0 0.26 275.29 0.82 0.41
Hex 77 13 BD 25 5A 0 1A 113 52 29
Octal 167 23 275 45 132 0 32 423 122 51
Binary 1110111 10011 10111101 100101 1011010 0 11010 100010011 1010010 101001

Color Harmonies of #7713BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7713BD

Black with #7713BD

Text Example


Text Example

White with #7713BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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