Html Css Color HEX #700370 Purple

📋 copy color: '#700370'

red 112 ◦ green 3 ◦ blue 112

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

Shades of Purple #700370

Tints of Purple #700370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 49.34%
G = 1.32%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700370 (or 0x700370) is known color: Purple. HEX triplet: 70, 03 and 70. RGB value is (112,3,112). Sum of RGB (Red+Green+Blue) = 112+3+112=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700370 is #8FFC8F. Grayscale: #2F2F2F. Windows color (decimal): -9436304 or 7340912. OLE color: 7340912.

HSL color Cylindrical-coordinate representation of color #700370: hue angle of 300º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700370 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 112 -
CMYK 0 0.97 0 0.56
HSL 300º 0.95% 0.23% -
HSV(B) 300º 0.97% 0.44% -
XYZ 9.64 4.68 15.72 -
YUV 48.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 112 3 112 0 0.97 0 0.56 300 0.95 0.23
Hex 70 3 70 0 61 0 38 12C 5F 17
Octal 160 3 160 0 141 0 70 454 137 27
Binary 1110000 11 1110000 0 1100001 0 111000 100101100 1011111 10111

Color Harmonies of #700370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700370

Black with #700370

Text Example


Text Example

White with #700370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700370; }

 p { color: rgb(112,3,112); }

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

background-color css

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

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

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

border-color css

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

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

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