Html Css Color HEX #700969 Purple

📋 copy color: '#700969'

red 112 ◦ green 9 ◦ blue 105

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

Shades of Purple #700969

Tints of Purple #700969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 49.56%
G = 3.98%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#700969 (or 0x700969) is known color: Purple. HEX triplet: 70, 09 and 69. RGB value is (112,9,105). Sum of RGB (Red+Green+Blue) = 112+9+105=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #700969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700969 is #8FF696. Grayscale: #323232. Windows color (decimal): -9434775 or 6883696. OLE color: 6883696.

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

Color convert

RGB 112 9 105 -
CMYK 0 0.92 0.06 0.56
HSL 304.08º 0.85% 0.24% -
HSV(B) 304.08º 0.92% 0.44% -
XYZ 9.33 4.66 13.77 -
YUV 50.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 112 9 105 0 0.92 0.06 0.56 304.08 0.85 0.24
Hex 70 9 69 0 5C 6 38 130 55 18
Octal 160 11 151 0 134 6 70 460 125 30
Binary 1110000 1001 1101001 0 1011100 110 111000 100110000 1010101 11000

Color Harmonies of #700969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700969

Black with #700969

Text Example


Text Example

White with #700969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700969; }

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

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

background-color css

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

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

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

border-color css

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

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

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