Html Css Color HEX #700668 Purple

📋 copy color: '#700668'

red 112 ◦ green 6 ◦ blue 104

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

Shades of Purple #700668

Tints of Purple #700668

RGB

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

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

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

R = 50.45%
G = 2.7%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#700668 (or 0x700668) is known color: Purple. HEX triplet: 70, 06 and 68. RGB value is (112,6,104). Sum of RGB (Red+Green+Blue) = 112+6+104=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #700668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700668 is #8FF997. Grayscale: #303030. Windows color (decimal): -9435544 or 6817392. OLE color: 6817392.

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

Color convert

RGB 112 6 104 -
CMYK 0 0.95 0.07 0.56
HSL 304.53º 0.9% 0.23% -
HSV(B) 304.53º 0.95% 0.44% -
XYZ 9.25 4.57 13.49 -
YUV 48.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 112 6 104 0 0.95 0.07 0.56 304.53 0.9 0.23
Hex 70 6 68 0 5F 7 38 131 5A 17
Octal 160 6 150 0 137 7 70 461 132 27
Binary 1110000 110 1101000 0 1011111 111 111000 100110001 1011010 10111

Color Harmonies of #700668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700668

Black with #700668

Text Example


Text Example

White with #700668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700668; }

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

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

background-color css

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

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

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

border-color css

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

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

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