Html Css Color HEX #7013BC Purple Heart

📋 copy color: '#7013BC'

red 112 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #7013BC

Tints of Purple Heart #7013BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

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

R = 35.11%
G = 5.96%
B = 58.93%

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

#7013BC (or 0x7013BC) is known color: Purple Heart. HEX triplet: 70, 13 and BC. RGB value is (112,19,188). Sum of RGB (Red+Green+Blue) = 112+19+188=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #7013BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013BC is #8FEC43. Grayscale: #414141. Windows color (decimal): -9432132 or 12325744. OLE color: 12325744.

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

Color convert

RGB 112 19 188 -
CMYK 0.40 0.90 0 0.26
HSL 273.02º 0.82% 0.41% -
HSV(B) 273.02º 0.9% 0.74% -
XYZ 15.99 7.54 48.19 -
YUV 66.07 196.81 160.76 -
System Red Green Blue C M Y K H S L
Decimal 112 19 188 0.40 0.90 0 0.26 273.02 0.82 0.41
Hex 70 13 BC 28 5A 0 1A 111 52 29
Octal 160 23 274 50 132 0 32 421 122 51
Binary 1110000 10011 10111100 101000 1011010 0 11010 100010001 1010010 101001

Color Harmonies of #7013BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013BC

Black with #7013BC

Text Example


Text Example

White with #7013BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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