Html Css Color HEX #7A20BE Purple Heart

📋 copy color: '#7A20BE'

red 122 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #7A20BE

Tints of Purple Heart #7A20BE

RGB

 RED value IS 122 (48.05% from 255) = 35.47%

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 35.47%
G = 9.3%
B = 55.23%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A20BE (or 0x7A20BE) is known color: Purple Heart. HEX triplet: 7A, 20 and BE. RGB value is (122,32,190). Sum of RGB (Red+Green+Blue) = 122+32+190=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A20BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A20BE is #85DF41. Grayscale: #4C4C4C. Windows color (decimal): -8773442 or 12460154. OLE color: 12460154.

HSL color Cylindrical-coordinate representation of color #7A20BE: hue angle of 274.18º 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 #7A20BE is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 32 190 -
CMYK 0.36 0.83 0 0.25
HSL 274.18º 0.71% 0.44% -
HSV(B) 274.18º 0.83% 0.75% -
XYZ 17.84 8.89 49.49 -
YUV 76.92 191.82 160.15 -
System Red Green Blue C M Y K H S L
Decimal 122 32 190 0.36 0.83 0 0.25 274.18 0.71 0.44
Hex 7A 20 BE 24 53 0 19 112 47 2C
Octal 172 40 276 44 123 0 31 422 107 54
Binary 1111010 100000 10111110 100100 1010011 0 11001 100010010 1000111 101100

Color Harmonies of #7A20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A20BE

Black with #7A20BE

Text Example


Text Example

White with #7A20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A20BE; }

 p { color: rgb(122,32,190); }

 H1.HeaderClassName
 {
   color: #7A20BE;
 }
 .AnyTagClassName
 {
   color: #7A20BE;
 }
</style>

background-color css

<style>
 a { background-color: #7A20BE; }

 a { background-color: rgb(122,32,190); }

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

border-color css

<style>
 span { border-color: #7A20BE; }

 span { border-color: rgb(122,32,190); }

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