Html Css Color HEX #7811BA Purple Heart

📋 copy color: '#7811BA'

red 120 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #7811BA

Tints of Purple Heart #7811BA

RGB

 RED value IS 120 (47.27% from 255) = 37.15%

 GREEN value IS 17 (7.03% from 255) = 5.26%

 BLUE value IS 186 (73.05% from 255) = 57.59%

R = 37.15%
G = 5.26%
B = 57.59%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7811BA (or 0x7811BA) is known color: Purple Heart. HEX triplet: 78, 11 and BA. RGB value is (120,17,186). Sum of RGB (Red+Green+Blue) = 120+17+186=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7811BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7811BA is #87EE45. Grayscale: #424242. Windows color (decimal): -8908358 or 12194168. OLE color: 12194168.

HSL color Cylindrical-coordinate representation of color #7811BA: hue angle of 276.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7811BA is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 17 186 -
CMYK 0.35 0.91 0 0.27
HSL 276.57º 0.83% 0.4% -
HSV(B) 276.57º 0.91% 0.73% -
XYZ 16.81 7.94 47.1 -
YUV 67.06 195.12 165.76 -
System Red Green Blue C M Y K H S L
Decimal 120 17 186 0.35 0.91 0 0.27 276.57 0.83 0.4
Hex 78 11 BA 23 5B 0 1B 115 53 28
Octal 170 21 272 43 133 0 33 425 123 50
Binary 1111000 10001 10111010 100011 1011011 0 11011 100010101 1010011 101000

Color Harmonies of #7811BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7811BA

Black with #7811BA

Text Example


Text Example

White with #7811BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7811BA; }

 p { color: rgb(120,17,186); }

 H1.HeaderClassName
 {
   color: #7811BA;
 }
 .AnyTagClassName
 {
   color: #7811BA;
 }
</style>

background-color css

<style>
 a { background-color: #7811BA; }

 a { background-color: rgb(120,17,186); }

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

border-color css

<style>
 span { border-color: #7811BA; }

 span { border-color: rgb(120,17,186); }

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