Html Css Color HEX #680585 Purple

📋 copy color: '#680585'

red 104 ◦ green 5 ◦ blue 133

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

Shades of Purple #680585

Tints of Purple #680585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 42.98%
G = 2.07%
B = 54.96%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680585 (or 0x680585) is known color: Purple. HEX triplet: 68, 05 and 85. RGB value is (104,5,133). Sum of RGB (Red+Green+Blue) = 104+5+133=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #680585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680585 is #97FA7A. Grayscale: #303030. Windows color (decimal): -9960059 or 8717672. OLE color: 8717672.

HSL color Cylindrical-coordinate representation of color #680585: hue angle of 286.41º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680585 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 5 133 -
CMYK 0.22 0.96 0 0.48
HSL 286.41º 0.93% 0.27% -
HSV(B) 286.41º 0.96% 0.52% -
XYZ 10 4.75 22.58 -
YUV 49.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 104 5 133 0.22 0.96 0 0.48 286.41 0.93 0.27
Hex 68 5 85 16 60 0 30 11E 5D 1B
Octal 150 5 205 26 140 0 60 436 135 33
Binary 1101000 101 10000101 10110 1100000 0 110000 100011110 1011101 11011

Color Harmonies of #680585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680585

Black with #680585

Text Example


Text Example

White with #680585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680585; }

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

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

background-color css

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

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

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

border-color css

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

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

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