Html Css Color HEX #7412BE Purple Heart

📋 copy color: '#7412BE'

red 116 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #7412BE

Tints of Purple Heart #7412BE

RGB

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

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

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

R = 35.8%
G = 5.56%
B = 58.64%

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

#7412BE (or 0x7412BE) is known color: Purple Heart. HEX triplet: 74, 12 and BE. RGB value is (116,18,190). Sum of RGB (Red+Green+Blue) = 116+18+190=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #7412BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412BE is #8BED41. Grayscale: #424242. Windows color (decimal): -9170242 or 12456564. OLE color: 12456564.

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

Color convert

RGB 116 18 190 -
CMYK 0.39 0.91 0 0.25
HSL 274.19º 0.83% 0.41% -
HSV(B) 274.19º 0.91% 0.75% -
XYZ 16.71 7.86 49.35 -
YUV 66.91 197.47 163.01 -
System Red Green Blue C M Y K H S L
Decimal 116 18 190 0.39 0.91 0 0.25 274.19 0.83 0.41
Hex 74 12 BE 27 5B 0 19 112 53 29
Octal 164 22 276 47 133 0 31 422 123 51
Binary 1110100 10010 10111110 100111 1011011 0 11001 100010010 1010011 101001

Color Harmonies of #7412BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412BE

Black with #7412BE

Text Example


Text Example

White with #7412BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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