Html Css Color HEX #7820BF Purple Heart

📋 copy color: '#7820BF'

red 120 ◦ green 32 ◦ blue 191

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

Shades of Purple Heart #7820BF

Tints of Purple Heart #7820BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.69%

R = 34.99%
G = 9.33%
B = 55.69%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7820BF (or 0x7820BF) is known color: Purple Heart. HEX triplet: 78, 20 and BF. RGB value is (120,32,191). Sum of RGB (Red+Green+Blue) = 120+32+191=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #7820BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7820BF is #87DF40. Grayscale: #4B4B4B. Windows color (decimal): -8904513 or 12525688. OLE color: 12525688.

HSL color Cylindrical-coordinate representation of color #7820BF: hue angle of 273.21º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7820BF is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 32 191 -
CMYK 0.37 0.83 0 0.25
HSL 273.21º 0.71% 0.44% -
HSV(B) 273.21º 0.83% 0.75% -
XYZ 17.67 8.79 50.06 -
YUV 76.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 120 32 191 0.37 0.83 0 0.25 273.21 0.71 0.44
Hex 78 20 BF 25 53 0 19 111 47 2C
Octal 170 40 277 45 123 0 31 421 107 54
Binary 1111000 100000 10111111 100101 1010011 0 11001 100010001 1000111 101100

Color Harmonies of #7820BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7820BF

Black with #7820BF

Text Example


Text Example

White with #7820BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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