Html Css Color HEX #701CAC Purple Heart

📋 copy color: '#701CAC'

red 112 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #701CAC

Tints of Purple Heart #701CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 35.9%
G = 8.97%
B = 55.13%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#701CAC (or 0x701CAC) is known color: Purple Heart. HEX triplet: 70, 1C and AC. RGB value is (112,28,172). Sum of RGB (Red+Green+Blue) = 112+28+172=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #701CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701CAC is #8FE353. Grayscale: #454545. Windows color (decimal): -9429844 or 11279472. OLE color: 11279472.

HSL color Cylindrical-coordinate representation of color #701CAC: hue angle of 275º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701CAC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 28 172 -
CMYK 0.35 0.84 0 0.33
HSL 275º 0.72% 0.39% -
HSV(B) 275º 0.84% 0.67% -
XYZ 14.54 7.25 39.66 -
YUV 69.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 112 28 172 0.35 0.84 0 0.33 275 0.72 0.39
Hex 70 1C AC 23 54 0 21 113 48 27
Octal 160 34 254 43 124 0 41 423 110 47
Binary 1110000 11100 10101100 100011 1010100 0 100001 100010011 1001000 100111

Color Harmonies of #701CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CAC

Black with #701CAC

Text Example


Text Example

White with #701CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,28,172); }

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

background-color css

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

 a { background-color: rgb(112,28,172); }

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

border-color css

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

 span { border-color: rgb(112,28,172); }

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