Html Css Color HEX #7412BC Purple Heart

📋 copy color: '#7412BC'

red 116 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #7412BC

Tints of Purple Heart #7412BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 36.02%
G = 5.59%
B = 58.39%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7412BC (or 0x7412BC) is known color: Purple Heart. HEX triplet: 74, 12 and BC. RGB value is (116,18,188). Sum of RGB (Red+Green+Blue) = 116+18+188=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #7412BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7412BC is #8BED43. Grayscale: #424242. Windows color (decimal): -9170244 or 12325492. OLE color: 12325492.

HSL color Cylindrical-coordinate representation of color #7412BC: hue angle of 274.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7412BC is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 18 188 -
CMYK 0.38 0.90 0 0.26
HSL 274.59º 0.83% 0.4% -
HSV(B) 274.59º 0.9% 0.74% -
XYZ 16.5 7.78 48.21 -
YUV 66.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 116 18 188 0.38 0.90 0 0.26 274.59 0.83 0.4
Hex 74 12 BC 26 5A 0 1A 113 53 28
Octal 164 22 274 46 132 0 32 423 123 50
Binary 1110100 10010 10111100 100110 1011010 0 11010 100010011 1010011 101000

Color Harmonies of #7412BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412BC

Black with #7412BC

Text Example


Text Example

White with #7412BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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