Html Css Color HEX #700967 Purple

📋 copy color: '#700967'

red 112 ◦ green 9 ◦ blue 103

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

Shades of Purple #700967

Tints of Purple #700967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 50%
G = 4.02%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700967 (or 0x700967) is known color: Purple. HEX triplet: 70, 09 and 67. RGB value is (112,9,103). Sum of RGB (Red+Green+Blue) = 112+9+103=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #700967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700967 is #8FF698. Grayscale: #323232. Windows color (decimal): -9434777 or 6752624. OLE color: 6752624.

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

Color convert

RGB 112 9 103 -
CMYK 0 0.92 0.08 0.56
HSL 305.24º 0.85% 0.24% -
HSV(B) 305.24º 0.92% 0.44% -
XYZ 9.23 4.62 13.24 -
YUV 50.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 112 9 103 0 0.92 0.08 0.56 305.24 0.85 0.24
Hex 70 9 67 0 5C 8 38 131 55 18
Octal 160 11 147 0 134 10 70 461 125 30
Binary 1110000 1001 1100111 0 1011100 1000 111000 100110001 1010101 11000

Color Harmonies of #700967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700967

Black with #700967

Text Example


Text Example

White with #700967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700967; }

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

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

background-color css

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

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

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

border-color css

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

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

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