Html Css Color HEX #701CC2 Purple Heart

📋 copy color: '#701CC2'

red 112 ◦ green 28 ◦ blue 194

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

Shades of Purple Heart #701CC2

Tints of Purple Heart #701CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 58.08%

R = 33.53%
G = 8.38%
B = 58.08%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#701CC2 (or 0x701CC2) is known color: Purple Heart. HEX triplet: 70, 1C and C2. RGB value is (112,28,194). Sum of RGB (Red+Green+Blue) = 112+28+194=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #701CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CC2 is #8FE33D. Grayscale: #474747. Windows color (decimal): -9429822 or 12721264. OLE color: 12721264.

HSL color Cylindrical-coordinate representation of color #701CC2: hue angle of 270.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701CC2 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 28 194 -
CMYK 0.42 0.86 0 0.24
HSL 270.36º 0.75% 0.44% -
HSV(B) 270.36º 0.86% 0.76% -
XYZ 16.83 8.17 51.73 -
YUV 72.04 196.83 156.5 -
System Red Green Blue C M Y K H S L
Decimal 112 28 194 0.42 0.86 0 0.24 270.36 0.75 0.44
Hex 70 1C C2 2A 56 0 18 10E 4B 2C
Octal 160 34 302 52 126 0 30 416 113 54
Binary 1110000 11100 11000010 101010 1010110 0 11000 100001110 1001011 101100

Color Harmonies of #701CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CC2

Black with #701CC2

Text Example


Text Example

White with #701CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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