Html Css Color HEX #680B70 Purple

📋 copy color: '#680B70'

red 104 ◦ green 11 ◦ blue 112

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

Shades of Purple #680B70

Tints of Purple #680B70

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.85%

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

R = 45.81%
G = 4.85%
B = 49.34%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680B70 (or 0x680B70) is known color: Purple. HEX triplet: 68, 0B and 70. RGB value is (104,11,112). Sum of RGB (Red+Green+Blue) = 104+11+112=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #680B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B70 is #97F48F. Grayscale: #323232. Windows color (decimal): -9958544 or 7342952. OLE color: 7342952.

HSL color Cylindrical-coordinate representation of color #680B70: hue angle of 295.25º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680B70 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 11 112 -
CMYK 0.07 0.90 0 0.56
HSL 295.25º 0.82% 0.24% -
HSV(B) 295.25º 0.9% 0.44% -
XYZ 8.75 4.35 15.71 -
YUV 50.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 104 11 112 0.07 0.90 0 0.56 295.25 0.82 0.24
Hex 68 B 70 7 5A 0 38 127 52 18
Octal 150 13 160 7 132 0 70 447 122 30
Binary 1101000 1011 1110000 111 1011010 0 111000 100100111 1010010 11000

Color Harmonies of #680B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B70

Black with #680B70

Text Example


Text Example

White with #680B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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