Html Css Color HEX #700068 Purple

📋 copy color: '#700068'

red 112 ◦ green 0 ◦ blue 104

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

Shades of Purple #700068

Tints of Purple #700068

RGB

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

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

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

R = 51.85%
G = 0%
B = 48.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#700068 (or 0x700068) is known color: Purple. HEX triplet: 70, 00 and 68. RGB value is (112,0,104). Sum of RGB (Red+Green+Blue) = 112+0+104=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700068 is #8FFF97. Grayscale: #2D2D2D. Windows color (decimal): -9437080 or 6815856. OLE color: 6815856.

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

Color convert

RGB 112 0 104 -
CMYK 0 1 0.07 0.56
HSL 304.29º 1% 0.22% -
HSV(B) 304.29º 1% 0.44% -
XYZ 9.18 4.44 13.47 -
YUV 45.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 112 0 104 0 1 0.07 0.56 304.29 1 0.22
Hex 70 0 68 0 64 7 38 130 64 16
Octal 160 0 150 0 144 7 70 460 144 26
Binary 1110000 0 1101000 0 1100100 111 111000 100110000 1100100 10110

Color Harmonies of #700068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700068

Black with #700068

Text Example


Text Example

White with #700068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700068; }

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

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

background-color css

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

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

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

border-color css

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

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

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