Html Css Color HEX #7414BF Purple Heart

📋 copy color: '#7414BF'

red 116 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #7414BF

Tints of Purple Heart #7414BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

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

R = 35.47%
G = 6.12%
B = 58.41%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7414BF (or 0x7414BF) is known color: Purple Heart. HEX triplet: 74, 14 and BF. RGB value is (116,20,191). Sum of RGB (Red+Green+Blue) = 116+20+191=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #7414BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7414BF is #8BEB40. Grayscale: #434343. Windows color (decimal): -9169729 or 12522612. OLE color: 12522612.

HSL color Cylindrical-coordinate representation of color #7414BF: hue angle of 273.68º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7414BF is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 20 191 -
CMYK 0.39 0.90 0 0.25
HSL 273.68º 0.81% 0.41% -
HSV(B) 273.68º 0.9% 0.75% -
XYZ 16.86 7.97 49.94 -
YUV 68.2 197.3 162.1 -
System Red Green Blue C M Y K H S L
Decimal 116 20 191 0.39 0.90 0 0.25 273.68 0.81 0.41
Hex 74 14 BF 27 5A 0 19 112 51 29
Octal 164 24 277 47 132 0 31 422 121 51
Binary 1110100 10100 10111111 100111 1011010 0 11001 100010010 1010001 101001

Color Harmonies of #7414BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7414BF

Black with #7414BF

Text Example


Text Example

White with #7414BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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