Html Css Color HEX #701ACE Purple Heart

📋 copy color: '#701ACE'

red 112 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #701ACE

Tints of Purple Heart #701ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.56%

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 32.56%
G = 7.56%
B = 59.88%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#701ACE (or 0x701ACE) is known color: Purple Heart. HEX triplet: 70, 1A and CE. RGB value is (112,26,206). Sum of RGB (Red+Green+Blue) = 112+26+206=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #701ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ACE is #8FE531. Grayscale: #474747. Windows color (decimal): -9430322 or 13507184. OLE color: 13507184.

HSL color Cylindrical-coordinate representation of color #701ACE: hue angle of 268.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701ACE is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 26 206 -
CMYK 0.46 0.87 0 0.19
HSL 268.67º 0.78% 0.45% -
HSV(B) 268.67º 0.87% 0.81% -
XYZ 18.19 8.64 59.1 -
YUV 72.23 203.49 156.36 -
System Red Green Blue C M Y K H S L
Decimal 112 26 206 0.46 0.87 0 0.19 268.67 0.78 0.45
Hex 70 1A CE 2E 57 0 13 10D 4E 2D
Octal 160 32 316 56 127 0 23 415 116 55
Binary 1110000 11010 11001110 101110 1010111 0 10011 100001101 1001110 101101

Color Harmonies of #701ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701ACE

Black with #701ACE

Text Example


Text Example

White with #701ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701ACE; }

 p { color: rgb(112,26,206); }

 H1.HeaderClassName
 {
   color: #701ACE;
 }
 .AnyTagClassName
 {
   color: #701ACE;
 }
</style>

background-color css

<style>
 a { background-color: #701ACE; }

 a { background-color: rgb(112,26,206); }

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

border-color css

<style>
 span { border-color: #701ACE; }

 span { border-color: rgb(112,26,206); }

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