Html Css Color HEX #700CD2 Purple Heart

📋 copy color: '#700CD2'

red 112 ◦ green 12 ◦ blue 210

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

Shades of Purple Heart #700CD2

Tints of Purple Heart #700CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 210 (82.42% from 255) = 62.87%

R = 33.53%
G = 3.59%
B = 62.87%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#700CD2 (or 0x700CD2) is known color: Purple Heart. HEX triplet: 70, 0C and D2. RGB value is (112,12,210). Sum of RGB (Red+Green+Blue) = 112+12+210=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 210 (82.42% from 255 or 62.87% from 334); Max value from RGB is 210 - color contains mainly: blue. Hex color #700CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CD2 is #8FF32D. Grayscale: #3F3F3F. Windows color (decimal): -9433902 or 13765744. OLE color: 13765744.

HSL color Cylindrical-coordinate representation of color #700CD2: hue angle of 270.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CD2 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 12 210 -
CMYK 0.47 0.94 0 0.18
HSL 270.3º 0.89% 0.44% -
HSV(B) 270.3º 0.94% 0.82% -
XYZ 18.45 8.36 61.61 -
YUV 64.47 210.13 161.9 -
System Red Green Blue C M Y K H S L
Decimal 112 12 210 0.47 0.94 0 0.18 270.3 0.89 0.44
Hex 70 C D2 2F 5E 0 12 10E 59 2C
Octal 160 14 322 57 136 0 22 416 131 54
Binary 1110000 1100 11010010 101111 1011110 0 10010 100001110 1011001 101100

Color Harmonies of #700CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CD2

Black with #700CD2

Text Example


Text Example

White with #700CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,12,210); }

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

background-color css

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

 a { background-color: rgb(112,12,210); }

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

border-color css

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

 span { border-color: rgb(112,12,210); }

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