Html Css Color HEX #700664 Purple

📋 copy color: '#700664'

red 112 ◦ green 6 ◦ blue 100

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

Shades of Purple #700664

Tints of Purple #700664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.87%

R = 51.38%
G = 2.75%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#700664 (or 0x700664) is known color: Purple. HEX triplet: 70, 06 and 64. RGB value is (112,6,100). Sum of RGB (Red+Green+Blue) = 112+6+100=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700664 is #8FF99B. Grayscale: #303030. Windows color (decimal): -9435548 or 6555248. OLE color: 6555248.

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

Color convert

RGB 112 6 100 -
CMYK 0 0.95 0.11 0.56
HSL 306.79º 0.9% 0.23% -
HSV(B) 306.79º 0.95% 0.44% -
XYZ 9.05 4.5 12.45 -
YUV 48.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 112 6 100 0 0.95 0.11 0.56 306.79 0.9 0.23
Hex 70 6 64 0 5F B 38 133 5A 17
Octal 160 6 144 0 137 13 70 463 132 27
Binary 1110000 110 1100100 0 1011111 1011 111000 100110011 1011010 10111

Color Harmonies of #700664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700664

Black with #700664

Text Example


Text Example

White with #700664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700664; }

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

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

background-color css

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

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

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

border-color css

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

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

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