Html Css Color HEX #700678 Purple

📋 copy color: '#700678'

red 112 ◦ green 6 ◦ blue 120

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

Shades of Purple #700678

Tints of Purple #700678

RGB

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

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

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

R = 47.06%
G = 2.52%
B = 50.42%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700678 (or 0x700678) is known color: Purple. HEX triplet: 70, 06 and 78. RGB value is (112,6,120). Sum of RGB (Red+Green+Blue) = 112+6+120=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #700678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700678 is #8FF987. Grayscale: #323232. Windows color (decimal): -9435528 or 7865968. OLE color: 7865968.

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

Color convert

RGB 112 6 120 -
CMYK 0.07 0.95 0 0.53
HSL 295.79º 0.9% 0.25% -
HSV(B) 295.79º 0.95% 0.47% -
XYZ 10.14 4.93 18.19 -
YUV 50.69 167.12 171.73 -
System Red Green Blue C M Y K H S L
Decimal 112 6 120 0.07 0.95 0 0.53 295.79 0.9 0.25
Hex 70 6 78 7 5F 0 35 128 5A 19
Octal 160 6 170 7 137 0 65 450 132 31
Binary 1110000 110 1111000 111 1011111 0 110101 100101000 1011010 11001

Color Harmonies of #700678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700678

Black with #700678

Text Example


Text Example

White with #700678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700678; }

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

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

background-color css

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

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

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

border-color css

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

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

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