Html Css Color HEX #680570 Purple

📋 copy color: '#680570'

red 104 ◦ green 5 ◦ blue 112

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

Shades of Purple #680570

Tints of Purple #680570

RGB

 RED value IS 104 (41.02% from 255) = 47.06%

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

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 47.06%
G = 2.26%
B = 50.68%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680570 (or 0x680570) is known color: Purple. HEX triplet: 68, 05 and 70. RGB value is (104,5,112). Sum of RGB (Red+Green+Blue) = 104+5+112=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #680570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680570 is #97FA8F. Grayscale: #2E2E2E. Windows color (decimal): -9960080 or 7341416. OLE color: 7341416.

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

Color convert

RGB 104 5 112 -
CMYK 0.07 0.96 0 0.56
HSL 295.51º 0.91% 0.23% -
HSV(B) 295.51º 0.96% 0.44% -
XYZ 8.69 4.22 15.69 -
YUV 46.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 104 5 112 0.07 0.96 0 0.56 295.51 0.91 0.23
Hex 68 5 70 7 60 0 38 128 5B 17
Octal 150 5 160 7 140 0 70 450 133 27
Binary 1101000 101 1110000 111 1100000 0 111000 100101000 1011011 10111

Color Harmonies of #680570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680570

Black with #680570

Text Example


Text Example

White with #680570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680570; }

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

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

background-color css

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

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

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

border-color css

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

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

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