Html Css Color HEX #700567 Purple

📋 copy color: '#700567'

red 112 ◦ green 5 ◦ blue 103

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

Shades of Purple #700567

Tints of Purple #700567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.82%

R = 50.91%
G = 2.27%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700567 (or 0x700567) is known color: Purple. HEX triplet: 70, 05 and 67. RGB value is (112,5,103). Sum of RGB (Red+Green+Blue) = 112+5+103=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #700567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700567 is #8FFA98. Grayscale: #2F2F2F. Windows color (decimal): -9435801 or 6751600. OLE color: 6751600.

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

Color convert

RGB 112 5 103 -
CMYK 0 0.96 0.08 0.56
HSL 305.05º 0.91% 0.23% -
HSV(B) 305.05º 0.96% 0.44% -
XYZ 9.18 4.53 13.22 -
YUV 48.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 112 5 103 0 0.96 0.08 0.56 305.05 0.91 0.23
Hex 70 5 67 0 60 8 38 131 5B 17
Octal 160 5 147 0 140 10 70 461 133 27
Binary 1110000 101 1100111 0 1100000 1000 111000 100110001 1011011 10111

Color Harmonies of #700567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700567

Black with #700567

Text Example


Text Example

White with #700567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700567; }

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

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

background-color css

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

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

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

border-color css

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

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

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