Html Css Color HEX #700685 Purple

📋 copy color: '#700685'

red 112 ◦ green 6 ◦ blue 133

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

Shades of Purple #700685

Tints of Purple #700685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 44.62%
G = 2.39%
B = 52.99%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700685 (or 0x700685) is known color: Purple. HEX triplet: 70, 06 and 85. RGB value is (112,6,133). Sum of RGB (Red+Green+Blue) = 112+6+133=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #700685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700685 is #8FF97A. Grayscale: #333333. Windows color (decimal): -9435515 or 8717936. OLE color: 8717936.

HSL color Cylindrical-coordinate representation of color #700685: hue angle of 290.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700685 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 6 133 -
CMYK 0.16 0.95 0 0.48
HSL 290.08º 0.91% 0.27% -
HSV(B) 290.08º 0.95% 0.52% -
XYZ 10.98 5.27 22.63 -
YUV 52.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 112 6 133 0.16 0.95 0 0.48 290.08 0.91 0.27
Hex 70 6 85 10 5F 0 30 122 5B 1B
Octal 160 6 205 20 137 0 60 442 133 33
Binary 1110000 110 10000101 10000 1011111 0 110000 100100010 1011011 11011

Color Harmonies of #700685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700685

Black with #700685

Text Example


Text Example

White with #700685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700685; }

 p { color: rgb(112,6,133); }

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

background-color css

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

 a { background-color: rgb(112,6,133); }

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

border-color css

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

 span { border-color: rgb(112,6,133); }

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