Html Css Color HEX #700DCE Purple Heart

📋 copy color: '#700DCE'

red 112 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #700DCE

Tints of Purple Heart #700DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 33.84%
G = 3.93%
B = 62.24%

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

#700DCE (or 0x700DCE) is known color: Purple Heart. HEX triplet: 70, 0D and CE. RGB value is (112,13,206). Sum of RGB (Red+Green+Blue) = 112+13+206=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #700DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700DCE is #8FF231. Grayscale: #3F3F3F. Windows color (decimal): -9433650 or 13503856. OLE color: 13503856.

HSL color Cylindrical-coordinate representation of color #700DCE: hue angle of 270.78º 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 #700DCE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 13 206 -
CMYK 0.46 0.94 0 0.19
HSL 270.78º 0.88% 0.43% -
HSV(B) 270.78º 0.94% 0.81% -
XYZ 17.97 8.19 59.03 -
YUV 64.6 207.8 161.81 -
System Red Green Blue C M Y K H S L
Decimal 112 13 206 0.46 0.94 0 0.19 270.78 0.88 0.43
Hex 70 D CE 2E 5E 0 13 10F 58 2B
Octal 160 15 316 56 136 0 23 417 130 53
Binary 1110000 1101 11001110 101110 1011110 0 10011 100001111 1011000 101011

Color Harmonies of #700DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DCE

Black with #700DCE

Text Example


Text Example

White with #700DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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