Html Css Color HEX #700868 Purple

📋 copy color: '#700868'

red 112 ◦ green 8 ◦ blue 104

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

Shades of Purple #700868

Tints of Purple #700868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 104 (41.02% from 255) = 46.43%

R = 50%
G = 3.57%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#700868 (or 0x700868) is known color: Purple. HEX triplet: 70, 08 and 68. RGB value is (112,8,104). Sum of RGB (Red+Green+Blue) = 112+8+104=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #700868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700868 is #8FF797. Grayscale: #313131. Windows color (decimal): -9435032 or 6817904. OLE color: 6817904.

HSL color Cylindrical-coordinate representation of color #700868: hue angle of 304.62º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700868 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 104 -
CMYK 0 0.93 0.07 0.56
HSL 304.62º 0.87% 0.24% -
HSV(B) 304.62º 0.93% 0.44% -
XYZ 9.27 4.62 13.5 -
YUV 50.04 158.46 172.19 -
System Red Green Blue C M Y K H S L
Decimal 112 8 104 0 0.93 0.07 0.56 304.62 0.87 0.24
Hex 70 8 68 0 5D 7 38 131 57 18
Octal 160 10 150 0 135 7 70 461 127 30
Binary 1110000 1000 1101000 0 1011101 111 111000 100110001 1010111 11000

Color Harmonies of #700868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700868

Black with #700868

Text Example


Text Example

White with #700868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700868; }

 p { color: rgb(112,8,104); }

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

background-color css

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

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

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

border-color css

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

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

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