Html Css Color HEX #7412BF Purple Heart

📋 copy color: '#7412BF'

red 116 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #7412BF

Tints of Purple Heart #7412BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 35.69%
G = 5.54%
B = 58.77%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7412BF (or 0x7412BF) is known color: Purple Heart. HEX triplet: 74, 12 and BF. RGB value is (116,18,191). Sum of RGB (Red+Green+Blue) = 116+18+191=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #7412BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412BF is #8BED40. Grayscale: #424242. Windows color (decimal): -9170241 or 12522100. OLE color: 12522100.

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

Color convert

RGB 116 18 191 -
CMYK 0.39 0.91 0 0.25
HSL 273.99º 0.83% 0.41% -
HSV(B) 273.99º 0.91% 0.75% -
XYZ 16.82 7.91 49.93 -
YUV 67.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 116 18 191 0.39 0.91 0 0.25 273.99 0.83 0.41
Hex 74 12 BF 27 5B 0 19 112 53 29
Octal 164 22 277 47 133 0 31 422 123 51
Binary 1110100 10010 10111111 100111 1011011 0 11001 100010010 1010011 101001

Color Harmonies of #7412BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412BF

Black with #7412BF

Text Example


Text Example

White with #7412BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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