Html Css Color HEX #701CCF Purple Heart

📋 copy color: '#701CCF'

red 112 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #701CCF

Tints of Purple Heart #701CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.65%

R = 32.28%
G = 8.07%
B = 59.65%

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

#701CCF (or 0x701CCF) is known color: Purple Heart. HEX triplet: 70, 1C and CF. RGB value is (112,28,207). Sum of RGB (Red+Green+Blue) = 112+28+207=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #701CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CCF is #8FE330. Grayscale: #484848. Windows color (decimal): -9429809 or 13573232. OLE color: 13573232.

HSL color Cylindrical-coordinate representation of color #701CCF: hue angle of 268.16º 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 #701CCF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 28 207 -
CMYK 0.46 0.86 0 0.19
HSL 268.16º 0.76% 0.46% -
HSV(B) 268.16º 0.86% 0.81% -
XYZ 18.36 8.78 59.76 -
YUV 73.52 203.33 155.45 -
System Red Green Blue C M Y K H S L
Decimal 112 28 207 0.46 0.86 0 0.19 268.16 0.76 0.46
Hex 70 1C CF 2E 56 0 13 10C 4C 2E
Octal 160 34 317 56 126 0 23 414 114 56
Binary 1110000 11100 11001111 101110 1010110 0 10011 100001100 1001100 101110

Color Harmonies of #701CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CCF

Black with #701CCF

Text Example


Text Example

White with #701CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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