Html Css Color HEX #680885 Purple

📋 copy color: '#680885'

red 104 ◦ green 8 ◦ blue 133

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

Shades of Purple #680885

Tints of Purple #680885

RGB

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

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

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

R = 42.45%
G = 3.27%
B = 54.29%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680885 (or 0x680885) is known color: Purple. HEX triplet: 68, 08 and 85. RGB value is (104,8,133). Sum of RGB (Red+Green+Blue) = 104+8+133=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #680885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680885 is #97F77A. Grayscale: #323232. Windows color (decimal): -9959291 or 8718440. OLE color: 8718440.

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

Color convert

RGB 104 8 133 -
CMYK 0.22 0.94 0 0.48
HSL 286.08º 0.89% 0.28% -
HSV(B) 286.08º 0.94% 0.52% -
XYZ 10.03 4.81 22.59 -
YUV 50.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 104 8 133 0.22 0.94 0 0.48 286.08 0.89 0.28
Hex 68 8 85 16 5E 0 30 11E 59 1C
Octal 150 10 205 26 136 0 60 436 131 34
Binary 1101000 1000 10000101 10110 1011110 0 110000 100011110 1011001 11100

Color Harmonies of #680885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680885

Black with #680885

Text Example


Text Example

White with #680885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680885; }

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

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

background-color css

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

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

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

border-color css

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

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

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