Html Css Color HEX #7820B2 Purple Heart

📋 copy color: '#7820B2'

red 120 ◦ green 32 ◦ blue 178

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

Shades of Purple Heart #7820B2

Tints of Purple Heart #7820B2

RGB

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

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

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

R = 36.36%
G = 9.7%
B = 53.94%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7820B2 (or 0x7820B2) is known color: Purple Heart. HEX triplet: 78, 20 and B2. RGB value is (120,32,178). Sum of RGB (Red+Green+Blue) = 120+32+178=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #7820B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7820B2 is #87DF4D. Grayscale: #4A4A4A. Windows color (decimal): -8904526 or 11673720. OLE color: 11673720.

HSL color Cylindrical-coordinate representation of color #7820B2: hue angle of 276.16º 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 #7820B2 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 32 178 -
CMYK 0.33 0.82 0 0.30
HSL 276.16º 0.7% 0.41% -
HSV(B) 276.16º 0.82% 0.7% -
XYZ 16.3 8.24 42.85 -
YUV 74.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 120 32 178 0.33 0.82 0 0.30 276.16 0.7 0.41
Hex 78 20 B2 21 52 0 1E 114 46 29
Octal 170 40 262 41 122 0 36 424 106 51
Binary 1111000 100000 10110010 100001 1010010 0 11110 100010100 1000110 101001

Color Harmonies of #7820B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7820B2

Black with #7820B2

Text Example


Text Example

White with #7820B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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