Html Css Color HEX #7911B2 Purple Heart

📋 copy color: '#7911B2'

red 121 ◦ green 17 ◦ blue 178

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

Shades of Purple Heart #7911B2

Tints of Purple Heart #7911B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 56.33%

R = 38.29%
G = 5.38%
B = 56.33%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7911B2 (or 0x7911B2) is known color: Purple Heart. HEX triplet: 79, 11 and B2. RGB value is (121,17,178). Sum of RGB (Red+Green+Blue) = 121+17+178=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 178 (69.92% from 255 or 56.33% from 316); Max value from RGB is 178 - color contains mainly: blue. Hex color #7911B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7911B2 is #86EE4D. Grayscale: #414141. Windows color (decimal): -8842830 or 11669881. OLE color: 11669881.

HSL color Cylindrical-coordinate representation of color #7911B2: hue angle of 278.76º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7911B2 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 17 178 -
CMYK 0.32 0.90 0 0.30
HSL 278.76º 0.83% 0.38% -
HSV(B) 278.76º 0.9% 0.7% -
XYZ 16.12 7.68 42.75 -
YUV 66.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 121 17 178 0.32 0.90 0 0.30 278.76 0.83 0.38
Hex 79 11 B2 20 5A 0 1E 117 53 26
Octal 171 21 262 40 132 0 36 427 123 46
Binary 1111001 10001 10110010 100000 1011010 0 11110 100010111 1010011 100110

Color Harmonies of #7911B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7911B2

Black with #7911B2

Text Example


Text Example

White with #7911B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7911B2; }

 p { color: rgb(121,17,178); }

 H1.HeaderClassName
 {
   color: #7911B2;
 }
 .AnyTagClassName
 {
   color: #7911B2;
 }
</style>

background-color css

<style>
 a { background-color: #7911B2; }

 a { background-color: rgb(121,17,178); }

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

border-color css

<style>
 span { border-color: #7911B2; }

 span { border-color: rgb(121,17,178); }

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