Html Css Color HEX #680185 Purple

📋 copy color: '#680185'

red 104 ◦ green 1 ◦ blue 133

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

Shades of Purple #680185

Tints of Purple #680185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 43.7%
G = 0.42%
B = 55.88%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680185 (or 0x680185) is known color: Purple. HEX triplet: 68, 01 and 85. RGB value is (104,1,133). Sum of RGB (Red+Green+Blue) = 104+1+133=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #680185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680185 is #97FE7A. Grayscale: #2E2E2E. Windows color (decimal): -9961083 or 8716648. OLE color: 8716648.

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

Color convert

RGB 104 1 133 -
CMYK 0.22 0.99 0 0.48
HSL 286.82º 0.99% 0.26% -
HSV(B) 286.82º 0.99% 0.52% -
XYZ 9.95 4.66 22.56 -
YUV 46.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 104 1 133 0.22 0.99 0 0.48 286.82 0.99 0.26
Hex 68 1 85 16 63 0 30 11F 63 1A
Octal 150 1 205 26 143 0 60 437 143 32
Binary 1101000 1 10000101 10110 1100011 0 110000 100011111 1100011 11010

Color Harmonies of #680185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680185

Black with #680185

Text Example


Text Example

White with #680185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680185; }

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

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

background-color css

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

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

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

border-color css

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

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

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