Html Css Color HEX #7012BF Purple Heart

📋 copy color: '#7012BF'

red 112 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #7012BF

Tints of Purple Heart #7012BF

RGB

 RED value IS 112 (44.14% from 255) = 34.89%

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

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

R = 34.89%
G = 5.61%
B = 59.5%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7012BF (or 0x7012BF) is known color: Purple Heart. HEX triplet: 70, 12 and BF. RGB value is (112,18,191). Sum of RGB (Red+Green+Blue) = 112+18+191=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #7012BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012BF is #8FED40. Grayscale: #414141. Windows color (decimal): -9432385 or 12522096. OLE color: 12522096.

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

Color convert

RGB 112 18 191 -
CMYK 0.41 0.91 0 0.25
HSL 272.6º 0.83% 0.41% -
HSV(B) 272.6º 0.91% 0.75% -
XYZ 16.3 7.64 49.91 -
YUV 65.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 112 18 191 0.41 0.91 0 0.25 272.6 0.83 0.41
Hex 70 12 BF 29 5B 0 19 111 53 29
Octal 160 22 277 51 133 0 31 421 123 51
Binary 1110000 10010 10111111 101001 1011011 0 11001 100010001 1010011 101001

Color Harmonies of #7012BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012BF

Black with #7012BF

Text Example


Text Example

White with #7012BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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