Html Css Color HEX #700FD5 Purple Heart

📋 copy color: '#700FD5'

red 112 ◦ green 15 ◦ blue 213

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

Shades of Purple Heart #700FD5

Tints of Purple Heart #700FD5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

 BLUE value IS 213 (83.59% from 255) = 62.65%

R = 32.94%
G = 4.41%
B = 62.65%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#700FD5 (or 0x700FD5) is known color: Purple Heart. HEX triplet: 70, 0F and D5. RGB value is (112,15,213). Sum of RGB (Red+Green+Blue) = 112+15+213=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 213 (83.59% from 255 or 62.65% from 340); Max value from RGB is 213 - color contains mainly: blue. Hex color #700FD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FD5 is #8FF02A. Grayscale: #414141. Windows color (decimal): -9433131 or 13963120. OLE color: 13963120.

HSL color Cylindrical-coordinate representation of color #700FD5: hue angle of 269.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700FD5 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 15 213 -
CMYK 0.47 0.93 0 0.16
HSL 269.39º 0.87% 0.45% -
HSV(B) 269.39º 0.93% 0.84% -
XYZ 18.86 8.59 63.61 -
YUV 66.58 210.64 160.4 -
System Red Green Blue C M Y K H S L
Decimal 112 15 213 0.47 0.93 0 0.16 269.39 0.87 0.45
Hex 70 F D5 2F 5D 0 10 10D 57 2D
Octal 160 17 325 57 135 0 20 415 127 55
Binary 1110000 1111 11010101 101111 1011101 0 10000 100001101 1010111 101101

Color Harmonies of #700FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FD5

Black with #700FD5

Text Example


Text Example

White with #700FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700FD5; }

 p { color: rgb(112,15,213); }

 H1.HeaderClassName
 {
   color: #700FD5;
 }
 .AnyTagClassName
 {
   color: #700FD5;
 }
</style>

background-color css

<style>
 a { background-color: #700FD5; }

 a { background-color: rgb(112,15,213); }

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

border-color css

<style>
 span { border-color: #700FD5; }

 span { border-color: rgb(112,15,213); }

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