Html Css Color HEX #701FCA Purple Heart

📋 copy color: '#701FCA'

red 112 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #701FCA

Tints of Purple Heart #701FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 32.46%
G = 8.99%
B = 58.55%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#701FCA (or 0x701FCA) is known color: Purple Heart. HEX triplet: 70, 1F and CA. RGB value is (112,31,202). Sum of RGB (Red+Green+Blue) = 112+31+202=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #701FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FCA is #8FE035. Grayscale: #4A4A4A. Windows color (decimal): -9429046 or 13246320. OLE color: 13246320.

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

Color convert

RGB 112 31 202 -
CMYK 0.45 0.85 0 0.21
HSL 268.42º 0.73% 0.46% -
HSV(B) 268.42º 0.85% 0.79% -
XYZ 17.83 8.69 56.61 -
YUV 74.71 199.84 154.6 -
System Red Green Blue C M Y K H S L
Decimal 112 31 202 0.45 0.85 0 0.21 268.42 0.73 0.46
Hex 70 1F CA 2D 55 0 15 10C 49 2E
Octal 160 37 312 55 125 0 25 414 111 56
Binary 1110000 11111 11001010 101101 1010101 0 10101 100001100 1001001 101110

Color Harmonies of #701FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701FCA

Black with #701FCA

Text Example


Text Example

White with #701FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,31,202); }

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

background-color css

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

 a { background-color: rgb(112,31,202); }

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

border-color css

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

 span { border-color: rgb(112,31,202); }

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