Html Css Color HEX #701CCE Purple Heart

📋 copy color: '#701CCE'

red 112 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #701CCE

Tints of Purple Heart #701CCE

RGB

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

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

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

R = 32.37%
G = 8.09%
B = 59.54%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#701CCE (or 0x701CCE) is known color: Purple Heart. HEX triplet: 70, 1C and CE. RGB value is (112,28,206). Sum of RGB (Red+Green+Blue) = 112+28+206=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #701CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CCE is #8FE331. Grayscale: #484848. Windows color (decimal): -9429810 or 13507696. OLE color: 13507696.

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

Color convert

RGB 112 28 206 -
CMYK 0.46 0.86 0 0.19
HSL 268.31º 0.76% 0.46% -
HSV(B) 268.31º 0.86% 0.81% -
XYZ 18.24 8.73 59.12 -
YUV 73.41 202.83 155.53 -
System Red Green Blue C M Y K H S L
Decimal 112 28 206 0.46 0.86 0 0.19 268.31 0.76 0.46
Hex 70 1C CE 2E 56 0 13 10C 4C 2E
Octal 160 34 316 56 126 0 23 414 114 56
Binary 1110000 11100 11001110 101110 1010110 0 10011 100001100 1001100 101110

Color Harmonies of #701CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CCE

Black with #701CCE

Text Example


Text Example

White with #701CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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