Html Css Color HEX #7420BF Purple Heart

📋 copy color: '#7420BF'

red 116 ◦ green 32 ◦ blue 191

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

Shades of Purple Heart #7420BF

Tints of Purple Heart #7420BF

RGB

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

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

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

R = 34.22%
G = 9.44%
B = 56.34%

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

#7420BF (or 0x7420BF) is known color: Purple Heart. HEX triplet: 74, 20 and BF. RGB value is (116,32,191). Sum of RGB (Red+Green+Blue) = 116+32+191=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #7420BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7420BF is #8BDF40. Grayscale: #4A4A4A. Windows color (decimal): -9166657 or 12525684. OLE color: 12525684.

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

Color convert

RGB 116 32 191 -
CMYK 0.39 0.83 0 0.25
HSL 271.7º 0.71% 0.44% -
HSV(B) 271.7º 0.83% 0.75% -
XYZ 17.12 8.51 50.03 -
YUV 75.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 116 32 191 0.39 0.83 0 0.25 271.7 0.71 0.44
Hex 74 20 BF 27 53 0 19 110 47 2C
Octal 164 40 277 47 123 0 31 420 107 54
Binary 1110100 100000 10111111 100111 1010011 0 11001 100010000 1000111 101100

Color Harmonies of #7420BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7420BF

Black with #7420BF

Text Example


Text Example

White with #7420BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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