Html Css Color HEX #701EC8 Purple Heart

📋 copy color: '#701EC8'

red 112 ◦ green 30 ◦ blue 200

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

Shades of Purple Heart #701EC8

Tints of Purple Heart #701EC8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.77%

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

R = 32.75%
G = 8.77%
B = 58.48%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#701EC8 (or 0x701EC8) is known color: Purple Heart. HEX triplet: 70, 1E and C8. RGB value is (112,30,200). Sum of RGB (Red+Green+Blue) = 112+30+200=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #701EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EC8 is #8FE137. Grayscale: #494949. Windows color (decimal): -9429304 or 13114992. OLE color: 13114992.

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

Color convert

RGB 112 30 200 -
CMYK 0.44 0.85 0 0.22
HSL 268.94º 0.74% 0.45% -
HSV(B) 268.94º 0.85% 0.78% -
XYZ 17.57 8.54 55.37 -
YUV 73.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 112 30 200 0.44 0.85 0 0.22 268.94 0.74 0.45
Hex 70 1E C8 2C 55 0 16 10D 4A 2D
Octal 160 36 310 54 125 0 26 415 112 55
Binary 1110000 11110 11001000 101100 1010101 0 10110 100001101 1001010 101101

Color Harmonies of #701EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701EC8

Black with #701EC8

Text Example


Text Example

White with #701EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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