Html Css Color HEX #700565 Purple

📋 copy color: '#700565'

red 112 ◦ green 5 ◦ blue 101

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

Shades of Purple #700565

Tints of Purple #700565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 51.38%
G = 2.29%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#700565 (or 0x700565) is known color: Purple. HEX triplet: 70, 05 and 65. RGB value is (112,5,101). Sum of RGB (Red+Green+Blue) = 112+5+101=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700565 is #8FFA9A. Grayscale: #2F2F2F. Windows color (decimal): -9435803 or 6620528. OLE color: 6620528.

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

Color convert

RGB 112 5 101 -
CMYK 0 0.96 0.10 0.56
HSL 306.17º 0.91% 0.23% -
HSV(B) 306.17º 0.96% 0.44% -
XYZ 9.09 4.49 12.7 -
YUV 47.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 112 5 101 0 0.96 0.10 0.56 306.17 0.91 0.23
Hex 70 5 65 0 60 A 38 132 5B 17
Octal 160 5 145 0 140 12 70 462 133 27
Binary 1110000 101 1100101 0 1100000 1010 111000 100110010 1011011 10111

Color Harmonies of #700565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700565

Black with #700565

Text Example


Text Example

White with #700565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700565; }

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

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

background-color css

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

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

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

border-color css

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

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

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