Html Css Color HEX #700ABC Purple Heart

📋 copy color: '#700ABC'

red 112 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #700ABC

Tints of Purple Heart #700ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

 BLUE value IS 188 (73.83% from 255) = 60.65%

R = 36.13%
G = 3.23%
B = 60.65%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#700ABC (or 0x700ABC) is known color: Purple Heart. HEX triplet: 70, 0A and BC. RGB value is (112,10,188). Sum of RGB (Red+Green+Blue) = 112+10+188=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #700ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ABC is #8FF543. Grayscale: #3C3C3C. Windows color (decimal): -9434436 or 12323440. OLE color: 12323440.

HSL color Cylindrical-coordinate representation of color #700ABC: hue angle of 274.38º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700ABC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 10 188 -
CMYK 0.40 0.95 0 0.26
HSL 274.38º 0.9% 0.39% -
HSV(B) 274.38º 0.95% 0.74% -
XYZ 15.87 7.29 48.15 -
YUV 60.79 199.79 164.53 -
System Red Green Blue C M Y K H S L
Decimal 112 10 188 0.40 0.95 0 0.26 274.38 0.9 0.39
Hex 70 A BC 28 5F 0 1A 112 5A 27
Octal 160 12 274 50 137 0 32 422 132 47
Binary 1110000 1010 10111100 101000 1011111 0 11010 100010010 1011010 100111

Color Harmonies of #700ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ABC

Black with #700ABC

Text Example


Text Example

White with #700ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,10,188); }

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

background-color css

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

 a { background-color: rgb(112,10,188); }

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

border-color css

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

 span { border-color: rgb(112,10,188); }

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