Html Css Color HEX #7420BE Purple Heart

📋 copy color: '#7420BE'

red 116 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #7420BE

Tints of Purple Heart #7420BE

RGB

 RED value IS 116 (45.7% from 255) = 34.32%

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

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

R = 34.32%
G = 9.47%
B = 56.21%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7420BE (or 0x7420BE) is known color: Purple Heart. HEX triplet: 74, 20 and BE. RGB value is (116,32,190). Sum of RGB (Red+Green+Blue) = 116+32+190=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #7420BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7420BE is #8BDF41. Grayscale: #4A4A4A. Windows color (decimal): -9166658 or 12460148. OLE color: 12460148.

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

Color convert

RGB 116 32 190 -
CMYK 0.39 0.83 0 0.25
HSL 271.9º 0.71% 0.44% -
HSV(B) 271.9º 0.83% 0.75% -
XYZ 17.01 8.46 49.45 -
YUV 75.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 116 32 190 0.39 0.83 0 0.25 271.9 0.71 0.44
Hex 74 20 BE 27 53 0 19 110 47 2C
Octal 164 40 276 47 123 0 31 420 107 54
Binary 1110100 100000 10111110 100111 1010011 0 11001 100010000 1000111 101100

Color Harmonies of #7420BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7420BE

Black with #7420BE

Text Example


Text Example

White with #7420BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7420BE; }

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

 H1.HeaderClassName
 {
   color: #7420BE;
 }
 .AnyTagClassName
 {
   color: #7420BE;
 }
</style>

background-color css

<style>
 a { background-color: #7420BE; }

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

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

border-color css

<style>
 span { border-color: #7420BE; }

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

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