Html Css Color HEX #701ABC Purple Heart

📋 copy color: '#701ABC'

red 112 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #701ABC

Tints of Purple Heart #701ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.67%

R = 34.36%
G = 7.98%
B = 57.67%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#701ABC (or 0x701ABC) is known color: Purple Heart. HEX triplet: 70, 1A and BC. RGB value is (112,26,188). Sum of RGB (Red+Green+Blue) = 112+26+188=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #701ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ABC is #8FE543. Grayscale: #454545. Windows color (decimal): -9430340 or 12327536. OLE color: 12327536.

HSL color Cylindrical-coordinate representation of color #701ABC: hue angle of 271.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701ABC is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 26 188 -
CMYK 0.40 0.86 0 0.26
HSL 271.85º 0.76% 0.42% -
HSV(B) 271.85º 0.86% 0.74% -
XYZ 16.13 7.81 48.24 -
YUV 70.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 112 26 188 0.40 0.86 0 0.26 271.85 0.76 0.42
Hex 70 1A BC 28 56 0 1A 110 4C 2A
Octal 160 32 274 50 126 0 32 420 114 52
Binary 1110000 11010 10111100 101000 1010110 0 11010 100010000 1001100 101010

Color Harmonies of #701ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701ABC

Black with #701ABC

Text Example


Text Example

White with #701ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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