Html Css Color HEX #700066 Purple

📋 copy color: '#700066'

red 112 ◦ green 0 ◦ blue 102

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

Shades of Purple #700066

Tints of Purple #700066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 52.34%
G = 0%
B = 47.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#700066 (or 0x700066) is known color: Purple. HEX triplet: 70, 00 and 66. RGB value is (112,0,102). Sum of RGB (Red+Green+Blue) = 112+0+102=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #700066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700066 is #8FFF99. Grayscale: #2C2C2C. Windows color (decimal): -9437082 or 6684784. OLE color: 6684784.

HSL color Cylindrical-coordinate representation of color #700066: hue angle of 305.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700066 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 102 -
CMYK 0 1 0.09 0.56
HSL 305.36º 1% 0.22% -
HSV(B) 305.36º 1% 0.44% -
XYZ 9.08 4.4 12.94 -
YUV 45.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 112 0 102 0 1 0.09 0.56 305.36 1 0.22
Hex 70 0 66 0 64 9 38 131 64 16
Octal 160 0 146 0 144 11 70 461 144 26
Binary 1110000 0 1100110 0 1100100 1001 111000 100110001 1100100 10110

Color Harmonies of #700066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700066

Black with #700066

Text Example


Text Example

White with #700066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700066; }

 p { color: rgb(112,0,102); }

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

background-color css

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

 a { background-color: rgb(112,0,102); }

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

border-color css

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

 span { border-color: rgb(112,0,102); }

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