Html Css Color HEX #680870 Purple

📋 copy color: '#680870'

red 104 ◦ green 8 ◦ blue 112

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

Shades of Purple #680870

Tints of Purple #680870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 46.43%
G = 3.57%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680870 (or 0x680870) is known color: Purple. HEX triplet: 68, 08 and 70. RGB value is (104,8,112). Sum of RGB (Red+Green+Blue) = 104+8+112=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #680870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680870 is #97F78F. Grayscale: #303030. Windows color (decimal): -9959312 or 7342184. OLE color: 7342184.

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

Color convert

RGB 104 8 112 -
CMYK 0.07 0.93 0 0.56
HSL 295.38º 0.87% 0.24% -
HSV(B) 295.38º 0.93% 0.44% -
XYZ 8.72 4.29 15.7 -
YUV 48.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 104 8 112 0.07 0.93 0 0.56 295.38 0.87 0.24
Hex 68 8 70 7 5D 0 38 127 57 18
Octal 150 10 160 7 135 0 70 447 127 30
Binary 1101000 1000 1110000 111 1011101 0 111000 100100111 1010111 11000

Color Harmonies of #680870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680870

Black with #680870

Text Example


Text Example

White with #680870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680870; }

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

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

background-color css

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

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

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

border-color css

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

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

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