Html Css Color HEX #700ABA Purple Heart

📋 copy color: '#700ABA'

red 112 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #700ABA

Tints of Purple Heart #700ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 36.36%
G = 3.25%
B = 60.39%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#700ABA (or 0x700ABA) is known color: Purple Heart. HEX triplet: 70, 0A and BA. RGB value is (112,10,186). Sum of RGB (Red+Green+Blue) = 112+10+186=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #700ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ABA is #8FF545. Grayscale: #3B3B3B. Windows color (decimal): -9434438 or 12192368. OLE color: 12192368.

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

Color convert

RGB 112 10 186 -
CMYK 0.40 0.95 0 0.27
HSL 274.77º 0.9% 0.38% -
HSV(B) 274.77º 0.95% 0.73% -
XYZ 15.65 7.21 47.02 -
YUV 60.56 198.79 164.69 -
System Red Green Blue C M Y K H S L
Decimal 112 10 186 0.40 0.95 0 0.27 274.77 0.9 0.38
Hex 70 A BA 28 5F 0 1B 113 5A 26
Octal 160 12 272 50 137 0 33 423 132 46
Binary 1110000 1010 10111010 101000 1011111 0 11011 100010011 1011010 100110

Color Harmonies of #700ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700ABA

Black with #700ABA

Text Example


Text Example

White with #700ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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