Html Css Color HEX #701DCD Purple Heart

📋 copy color: '#701DCD'

red 112 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #701DCD

Tints of Purple Heart #701DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 32.37%
G = 8.38%
B = 59.25%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#701DCD (or 0x701DCD) is known color: Purple Heart. HEX triplet: 70, 1D and CD. RGB value is (112,29,205). Sum of RGB (Red+Green+Blue) = 112+29+205=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #701DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DCD is #8FE232. Grayscale: #494949. Windows color (decimal): -9429555 or 13442416. OLE color: 13442416.

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

Color convert

RGB 112 29 205 -
CMYK 0.45 0.86 0 0.20
HSL 268.3º 0.75% 0.46% -
HSV(B) 268.3º 0.86% 0.8% -
XYZ 18.14 8.73 58.49 -
YUV 73.88 202 155.19 -
System Red Green Blue C M Y K H S L
Decimal 112 29 205 0.45 0.86 0 0.20 268.3 0.75 0.46
Hex 70 1D CD 2D 56 0 14 10C 4B 2E
Octal 160 35 315 55 126 0 24 414 113 56
Binary 1110000 11101 11001101 101101 1010110 0 10100 100001100 1001011 101110

Color Harmonies of #701DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DCD

Black with #701DCD

Text Example


Text Example

White with #701DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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