Html Css Color HEX #700ABD Purple Heart

📋 copy color: '#700ABD'

red 112 ◦ green 10 ◦ blue 189

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

Shades of Purple Heart #700ABD

Tints of Purple Heart #700ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.77%

R = 36.01%
G = 3.22%
B = 60.77%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#700ABD (or 0x700ABD) is known color: Purple Heart. HEX triplet: 70, 0A and BD. RGB value is (112,10,189). Sum of RGB (Red+Green+Blue) = 112+10+189=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #700ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ABD is #8FF542. Grayscale: #3C3C3C. Windows color (decimal): -9434435 or 12388976. OLE color: 12388976.

HSL color Cylindrical-coordinate representation of color #700ABD: hue angle of 274.19º 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 #700ABD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 10 189 -
CMYK 0.41 0.95 0 0.26
HSL 274.19º 0.9% 0.39% -
HSV(B) 274.19º 0.95% 0.74% -
XYZ 15.98 7.34 48.72 -
YUV 60.9 200.29 164.45 -
System Red Green Blue C M Y K H S L
Decimal 112 10 189 0.41 0.95 0 0.26 274.19 0.9 0.39
Hex 70 A BD 29 5F 0 1A 112 5A 27
Octal 160 12 275 51 137 0 32 422 132 47
Binary 1110000 1010 10111101 101001 1011111 0 11010 100010010 1011010 100111

Color Harmonies of #700ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ABD

Black with #700ABD

Text Example


Text Example

White with #700ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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