Html Css Color HEX #701ACD Purple Heart

📋 copy color: '#701ACD'

red 112 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #701ACD

Tints of Purple Heart #701ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 32.65%
G = 7.58%
B = 59.77%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#701ACD (or 0x701ACD) is known color: Purple Heart. HEX triplet: 70, 1A and CD. RGB value is (112,26,205). Sum of RGB (Red+Green+Blue) = 112+26+205=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #701ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ACD is #8FE532. Grayscale: #474747. Windows color (decimal): -9430323 or 13441648. OLE color: 13441648.

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

Color convert

RGB 112 26 205 -
CMYK 0.45 0.87 0 0.20
HSL 268.83º 0.77% 0.45% -
HSV(B) 268.83º 0.87% 0.8% -
XYZ 18.07 8.59 58.46 -
YUV 72.12 202.99 156.45 -
System Red Green Blue C M Y K H S L
Decimal 112 26 205 0.45 0.87 0 0.20 268.83 0.77 0.45
Hex 70 1A CD 2D 57 0 14 10D 4D 2D
Octal 160 32 315 55 127 0 24 415 115 55
Binary 1110000 11010 11001101 101101 1010111 0 10100 100001101 1001101 101101

Color Harmonies of #701ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701ACD

Black with #701ACD

Text Example


Text Example

White with #701ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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