Html Css Color HEX #7013BF Purple Heart

📋 copy color: '#7013BF'

red 112 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #7013BF

Tints of Purple Heart #7013BF

RGB

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

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

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

R = 34.78%
G = 5.9%
B = 59.32%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7013BF (or 0x7013BF) is known color: Purple Heart. HEX triplet: 70, 13 and BF. RGB value is (112,19,191). Sum of RGB (Red+Green+Blue) = 112+19+191=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #7013BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013BF is #8FEC40. Grayscale: #414141. Windows color (decimal): -9432129 or 12522352. OLE color: 12522352.

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

Color convert

RGB 112 19 191 -
CMYK 0.41 0.90 0 0.25
HSL 272.44º 0.82% 0.41% -
HSV(B) 272.44º 0.9% 0.75% -
XYZ 16.32 7.67 49.91 -
YUV 66.42 198.31 160.51 -
System Red Green Blue C M Y K H S L
Decimal 112 19 191 0.41 0.90 0 0.25 272.44 0.82 0.41
Hex 70 13 BF 29 5A 0 19 110 52 29
Octal 160 23 277 51 132 0 31 420 122 51
Binary 1110000 10011 10111111 101001 1011010 0 11001 100010000 1010010 101001

Color Harmonies of #7013BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013BF

Black with #7013BF

Text Example


Text Example

White with #7013BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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