#700dcf

Color #700DCF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #700DCF

Tints of Purple Heart #700DCF

Color information

#700DCF (or 0x700DCF) is unknown color: approx Purple Heart. HEX triplet: 70, 0D and CF. RGB value is (112,13,207). Sum of RGB (Red+Green+Blue) = 112+13+207=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #700DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700DCF is #8FF230. Grayscale: #404040. Windows color (decimal): -9433649 or 13569392. OLE color: 13569392.

HSL color Cylindrical-coordinate representation of color #700DCF: hue angle of 270.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700DCF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11213207-
CMYK0.460.9400.19
HSL270.62º88.18%43.14%-
HSV(B)270.62º93.72%81.18%-
XYZ18.098.2459.67-
YUV64.72208.3161.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 13 (5.47% from 255) = 3.92%
BLUE value IS 207 (81.25% from 255) = 62.35%
R=33.73%
G=3.92%
B=62.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112132070.460.9400.19270.6288.1843.14
Hex70DCF2E5E01310f582b
Octal160153175613602341713053
Binary111000011011100111110111010111100100111000011111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #700dcf;
 }
 .AnyTagClassName
 {
   color: #700dcf;
 }
</style>
background-color css

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

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

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

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

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

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