Html Css Color HEX #700670 Purple

📋 copy color: '#700670'

red 112 ◦ green 6 ◦ blue 112

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

Shades of Purple #700670

Tints of Purple #700670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 48.7%
G = 2.61%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700670 (or 0x700670) is known color: Purple. HEX triplet: 70, 06 and 70. RGB value is (112,6,112). Sum of RGB (Red+Green+Blue) = 112+6+112=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700670 is #8FF98F. Grayscale: #313131. Windows color (decimal): -9435536 or 7341680. OLE color: 7341680.

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

Color convert

RGB 112 6 112 -
CMYK 0 0.95 0 0.56
HSL 300º 0.9% 0.23% -
HSV(B) 300º 0.95% 0.44% -
XYZ 9.67 4.74 15.74 -
YUV 49.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 112 6 112 0 0.95 0 0.56 300 0.9 0.23
Hex 70 6 70 0 5F 0 38 12C 5A 17
Octal 160 6 160 0 137 0 70 454 132 27
Binary 1110000 110 1110000 0 1011111 0 111000 100101100 1011010 10111

Color Harmonies of #700670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700670

Black with #700670

Text Example


Text Example

White with #700670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700670; }

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

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

background-color css

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

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

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

border-color css

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

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

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