Html Css Color HEX #7920B2 Purple Heart

📋 copy color: '#7920B2'

red 121 ◦ green 32 ◦ blue 178

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

Shades of Purple Heart #7920B2

Tints of Purple Heart #7920B2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 36.56%
G = 9.67%
B = 53.78%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7920B2 (or 0x7920B2) is known color: Purple Heart. HEX triplet: 79, 20 and B2. RGB value is (121,32,178). Sum of RGB (Red+Green+Blue) = 121+32+178=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 178 (69.92% from 255 or 53.78% from 331); Max value from RGB is 178 - color contains mainly: blue. Hex color #7920B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7920B2 is #86DF4D. Grayscale: #4A4A4A. Windows color (decimal): -8838990 or 11673721. OLE color: 11673721.

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

Color convert

RGB 121 32 178 -
CMYK 0.32 0.82 0 0.30
HSL 276.58º 0.7% 0.41% -
HSV(B) 276.58º 0.82% 0.7% -
XYZ 16.44 8.31 42.86 -
YUV 75.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 121 32 178 0.32 0.82 0 0.30 276.58 0.7 0.41
Hex 79 20 B2 20 52 0 1E 115 46 29
Octal 171 40 262 40 122 0 36 425 106 51
Binary 1111001 100000 10110010 100000 1010010 0 11110 100010101 1000110 101001

Color Harmonies of #7920B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7920B2

Black with #7920B2

Text Example


Text Example

White with #7920B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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