Html Css Color HEX #7013BB Purple Heart

📋 copy color: '#7013BB'

red 112 ◦ green 19 ◦ blue 187

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

Shades of Purple Heart #7013BB

Tints of Purple Heart #7013BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 35.22%
G = 5.97%
B = 58.81%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7013BB (or 0x7013BB) is known color: Purple Heart. HEX triplet: 70, 13 and BB. RGB value is (112,19,187). Sum of RGB (Red+Green+Blue) = 112+19+187=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #7013BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013BB is #8FEC44. Grayscale: #414141. Windows color (decimal): -9432133 or 12260208. OLE color: 12260208.

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

Color convert

RGB 112 19 187 -
CMYK 0.40 0.90 0 0.27
HSL 273.21º 0.82% 0.4% -
HSV(B) 273.21º 0.9% 0.73% -
XYZ 15.88 7.5 47.62 -
YUV 65.96 196.31 160.84 -
System Red Green Blue C M Y K H S L
Decimal 112 19 187 0.40 0.90 0 0.27 273.21 0.82 0.4
Hex 70 13 BB 28 5A 0 1B 111 52 28
Octal 160 23 273 50 132 0 33 421 122 50
Binary 1110000 10011 10111011 101000 1011010 0 11011 100010001 1010010 101000

Color Harmonies of #7013BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013BB

Black with #7013BB

Text Example


Text Example

White with #7013BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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