Html Css Color HEX #701ECB Purple Heart

📋 copy color: '#701ECB'

red 112 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #701ECB

Tints of Purple Heart #701ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 32.46%
G = 8.7%
B = 58.84%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#701ECB (or 0x701ECB) is known color: Purple Heart. HEX triplet: 70, 1E and CB. RGB value is (112,30,203). Sum of RGB (Red+Green+Blue) = 112+30+203=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #701ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ECB is #8FE134. Grayscale: #494949. Windows color (decimal): -9429301 or 13311600. OLE color: 13311600.

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

Color convert

RGB 112 30 203 -
CMYK 0.45 0.85 0 0.20
HSL 268.44º 0.74% 0.46% -
HSV(B) 268.44º 0.85% 0.8% -
XYZ 17.93 8.69 57.23 -
YUV 74.24 200.67 154.93 -
System Red Green Blue C M Y K H S L
Decimal 112 30 203 0.45 0.85 0 0.20 268.44 0.74 0.46
Hex 70 1E CB 2D 55 0 14 10C 4A 2E
Octal 160 36 313 55 125 0 24 414 112 56
Binary 1110000 11110 11001011 101101 1010101 0 10100 100001100 1001010 101110

Color Harmonies of #701ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701ECB

Black with #701ECB

Text Example


Text Example

White with #701ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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