Html Css Color HEX #700568 Purple

📋 copy color: '#700568'

red 112 ◦ green 5 ◦ blue 104

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

Shades of Purple #700568

Tints of Purple #700568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 50.68%
G = 2.26%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#700568 (or 0x700568) is known color: Purple. HEX triplet: 70, 05 and 68. RGB value is (112,5,104). Sum of RGB (Red+Green+Blue) = 112+5+104=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700568 is #8FFA97. Grayscale: #2F2F2F. Windows color (decimal): -9435800 or 6817136. OLE color: 6817136.

HSL color Cylindrical-coordinate representation of color #700568: hue angle of 304.49º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700568 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 5 104 -
CMYK 0 0.96 0.07 0.56
HSL 304.49º 0.91% 0.23% -
HSV(B) 304.49º 0.96% 0.44% -
XYZ 9.24 4.55 13.49 -
YUV 48.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 112 5 104 0 0.96 0.07 0.56 304.49 0.91 0.23
Hex 70 5 68 0 60 7 38 130 5B 17
Octal 160 5 150 0 140 7 70 460 133 27
Binary 1110000 101 1101000 0 1100000 111 111000 100110000 1011011 10111

Color Harmonies of #700568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700568

Black with #700568

Text Example


Text Example

White with #700568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700568; }

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

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

background-color css

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

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

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

border-color css

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

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

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