Html Css Color HEX #7012BE Purple Heart

📋 copy color: '#7012BE'

red 112 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #7012BE

Tints of Purple Heart #7012BE

RGB

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

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

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

R = 35%
G = 5.63%
B = 59.38%

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

#7012BE (or 0x7012BE) is known color: Purple Heart. HEX triplet: 70, 12 and BE. RGB value is (112,18,190). Sum of RGB (Red+Green+Blue) = 112+18+190=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #7012BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012BE is #8FED41. Grayscale: #414141. Windows color (decimal): -9432386 or 12456560. OLE color: 12456560.

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

Color convert

RGB 112 18 190 -
CMYK 0.41 0.91 0 0.25
HSL 272.79º 0.83% 0.41% -
HSV(B) 272.79º 0.91% 0.75% -
XYZ 16.19 7.6 49.33 -
YUV 65.71 198.14 161.01 -
System Red Green Blue C M Y K H S L
Decimal 112 18 190 0.41 0.91 0 0.25 272.79 0.83 0.41
Hex 70 12 BE 29 5B 0 19 111 53 29
Octal 160 22 276 51 133 0 31 421 123 51
Binary 1110000 10010 10111110 101001 1011011 0 11001 100010001 1010011 101001

Color Harmonies of #7012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012BE

Black with #7012BE

Text Example


Text Example

White with #7012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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