Html Css Color HEX #701678 Purple

📋 copy color: '#701678'

red 112 ◦ green 22 ◦ blue 120

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

Shades of Purple #701678

Tints of Purple #701678

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 44.09%
G = 8.66%
B = 47.24%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701678 (or 0x701678) is known color: Purple. HEX triplet: 70, 16 and 78. RGB value is (112,22,120). Sum of RGB (Red+Green+Blue) = 112+22+120=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #701678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701678 is #8FE987. Grayscale: #3B3B3B. Windows color (decimal): -9431432 or 7870064. OLE color: 7870064.

HSL color Cylindrical-coordinate representation of color #701678: hue angle of 295.1º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701678 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 22 120 -
CMYK 0.07 0.82 0 0.53
HSL 295.1º 0.69% 0.28% -
HSV(B) 295.1º 0.82% 0.47% -
XYZ 10.36 5.37 18.26 -
YUV 60.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 112 22 120 0.07 0.82 0 0.53 295.1 0.69 0.28
Hex 70 16 78 7 52 0 35 127 45 1C
Octal 160 26 170 7 122 0 65 447 105 34
Binary 1110000 10110 1111000 111 1010010 0 110101 100100111 1000101 11100

Color Harmonies of #701678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701678

Black with #701678

Text Example


Text Example

White with #701678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701678; }

 p { color: rgb(112,22,120); }

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

background-color css

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

 a { background-color: rgb(112,22,120); }

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

border-color css

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

 span { border-color: rgb(112,22,120); }

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