Html Css Color HEX #700DCF Purple Heart

📋 copy color: '#700DCF'

red 112 ◦ green 13 ◦ blue 207

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

Shades of Purple Heart #700DCF

Tints of Purple Heart #700DCF

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 value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#700DCF (or 0x700DCF) is known color: 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

RGB 112 13 207 -
CMYK 0.46 0.94 0 0.19
HSL 270.62º 0.88% 0.43% -
HSV(B) 270.62º 0.94% 0.81% -
XYZ 18.09 8.24 59.67 -
YUV 64.72 208.3 161.73 -
System Red Green Blue C M Y K H S L
Decimal 112 13 207 0.46 0.94 0 0.19 270.62 0.88 0.43
Hex 70 D CF 2E 5E 0 13 10F 58 2B
Octal 160 15 317 56 136 0 23 417 130 53
Binary 1110000 1101 11001111 101110 1011110 0 10011 100001111 1011000 101011

Color Harmonies of #700DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DCF

Black with #700DCF

Text Example


Text Example

White with #700DCF

Text Example


Text Example

HTML Codes & Css Web 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>