Html Css Color HEX #700869 Purple

📋 copy color: '#700869'

red 112 ◦ green 8 ◦ blue 105

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

Shades of Purple #700869

Tints of Purple #700869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 49.78%
G = 3.56%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700869 (or 0x700869) is known color: Purple. HEX triplet: 70, 08 and 69. RGB value is (112,8,105). Sum of RGB (Red+Green+Blue) = 112+8+105=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #700869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700869 is #8FF796. Grayscale: #313131. Windows color (decimal): -9435031 or 6883440. OLE color: 6883440.

HSL color Cylindrical-coordinate representation of color #700869: hue angle of 304.04º 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 #700869 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 8 105 -
CMYK 0 0.93 0.06 0.56
HSL 304.04º 0.87% 0.24% -
HSV(B) 304.04º 0.93% 0.44% -
XYZ 9.32 4.64 13.77 -
YUV 50.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 112 8 105 0 0.93 0.06 0.56 304.04 0.87 0.24
Hex 70 8 69 0 5D 6 38 130 57 18
Octal 160 10 151 0 135 6 70 460 127 30
Binary 1110000 1000 1101001 0 1011101 110 111000 100110000 1010111 11000

Color Harmonies of #700869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700869

Black with #700869

Text Example


Text Example

White with #700869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700869; }

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

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

background-color css

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

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

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

border-color css

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

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

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