Html Css Color HEX #701BCE Purple Heart

📋 copy color: '#701BCE'

red 112 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #701BCE

Tints of Purple Heart #701BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 32.46%
G = 7.83%
B = 59.71%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#701BCE (or 0x701BCE) is known color: Purple Heart. HEX triplet: 70, 1B and CE. RGB value is (112,27,206). Sum of RGB (Red+Green+Blue) = 112+27+206=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #701BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701BCE is #8FE431. Grayscale: #484848. Windows color (decimal): -9430066 or 13507440. OLE color: 13507440.

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

Color convert

RGB 112 27 206 -
CMYK 0.46 0.87 0 0.19
HSL 268.49º 0.77% 0.46% -
HSV(B) 268.49º 0.87% 0.81% -
XYZ 18.21 8.68 59.11 -
YUV 72.82 203.16 155.95 -
System Red Green Blue C M Y K H S L
Decimal 112 27 206 0.46 0.87 0 0.19 268.49 0.77 0.46
Hex 70 1B CE 2E 57 0 13 10C 4D 2E
Octal 160 33 316 56 127 0 23 414 115 56
Binary 1110000 11011 11001110 101110 1010111 0 10011 100001100 1001101 101110

Color Harmonies of #701BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701BCE

Black with #701BCE

Text Example


Text Example

White with #701BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,206); }

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

background-color css

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

 a { background-color: rgb(112,27,206); }

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

border-color css

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

 span { border-color: rgb(112,27,206); }

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