Html Css Color HEX #7012BC Purple Heart

📋 copy color: '#7012BC'

red 112 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #7012BC

Tints of Purple Heart #7012BC

RGB

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

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

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

R = 35.22%
G = 5.66%
B = 59.12%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7012BC (or 0x7012BC) is known color: Purple Heart. HEX triplet: 70, 12 and BC. RGB value is (112,18,188). Sum of RGB (Red+Green+Blue) = 112+18+188=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #7012BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012BC is #8FED43. Grayscale: #404040. Windows color (decimal): -9432388 or 12325488. OLE color: 12325488.

HSL color Cylindrical-coordinate representation of color #7012BC: hue angle of 273.18º 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 #7012BC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 18 188 -
CMYK 0.40 0.90 0 0.26
HSL 273.18º 0.83% 0.4% -
HSV(B) 273.18º 0.9% 0.74% -
XYZ 15.98 7.51 48.18 -
YUV 65.49 197.14 161.18 -
System Red Green Blue C M Y K H S L
Decimal 112 18 188 0.40 0.90 0 0.26 273.18 0.83 0.4
Hex 70 12 BC 28 5A 0 1A 111 53 28
Octal 160 22 274 50 132 0 32 421 123 50
Binary 1110000 10010 10111100 101000 1011010 0 11010 100010001 1010011 101000

Color Harmonies of #7012BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012BC

Black with #7012BC

Text Example


Text Example

White with #7012BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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