Html Css Color HEX #701DCF Purple Heart

📋 copy color: '#701DCF'

red 112 ◦ green 29 ◦ blue 207

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

Shades of Purple Heart #701DCF

Tints of Purple Heart #701DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 32.18%
G = 8.33%
B = 59.48%

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

#701DCF (or 0x701DCF) is known color: Purple Heart. HEX triplet: 70, 1D and CF. RGB value is (112,29,207). Sum of RGB (Red+Green+Blue) = 112+29+207=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #701DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DCF is #8FE230. Grayscale: #494949. Windows color (decimal): -9429553 or 13573488. OLE color: 13573488.

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

Color convert

RGB 112 29 207 -
CMYK 0.46 0.86 0 0.19
HSL 267.98º 0.75% 0.46% -
HSV(B) 267.98º 0.86% 0.81% -
XYZ 18.38 8.83 59.77 -
YUV 74.11 203 155.03 -
System Red Green Blue C M Y K H S L
Decimal 112 29 207 0.46 0.86 0 0.19 267.98 0.75 0.46
Hex 70 1D CF 2E 56 0 13 10C 4B 2E
Octal 160 35 317 56 126 0 23 414 113 56
Binary 1110000 11101 11001111 101110 1010110 0 10011 100001100 1001011 101110

Color Harmonies of #701DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DCF

Black with #701DCF

Text Example


Text Example

White with #701DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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