Html Css Color HEX #701AC8 Purple Heart

📋 copy color: '#701AC8'

red 112 ◦ green 26 ◦ blue 200

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

Shades of Purple Heart #701AC8

Tints of Purple Heart #701AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 59.17%

R = 33.14%
G = 7.69%
B = 59.17%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#701AC8 (or 0x701AC8) is known color: Purple Heart. HEX triplet: 70, 1A and C8. RGB value is (112,26,200). Sum of RGB (Red+Green+Blue) = 112+26+200=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #701AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701AC8 is #8FE537. Grayscale: #464646. Windows color (decimal): -9430328 or 13113968. OLE color: 13113968.

HSL color Cylindrical-coordinate representation of color #701AC8: hue angle of 269.66º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701AC8 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 26 200 -
CMYK 0.44 0.87 0 0.22
HSL 269.66º 0.77% 0.44% -
HSV(B) 269.66º 0.87% 0.78% -
XYZ 17.48 8.35 55.33 -
YUV 71.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 112 26 200 0.44 0.87 0 0.22 269.66 0.77 0.44
Hex 70 1A C8 2C 57 0 16 10E 4D 2C
Octal 160 32 310 54 127 0 26 416 115 54
Binary 1110000 11010 11001000 101100 1010111 0 10110 100001110 1001101 101100

Color Harmonies of #701AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701AC8

Black with #701AC8

Text Example


Text Example

White with #701AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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