Html Css Color HEX #680985 Purple

📋 copy color: '#680985'

red 104 ◦ green 9 ◦ blue 133

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

Shades of Purple #680985

Tints of Purple #680985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 42.28%
G = 3.66%
B = 54.07%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680985 (or 0x680985) is known color: Purple. HEX triplet: 68, 09 and 85. RGB value is (104,9,133). Sum of RGB (Red+Green+Blue) = 104+9+133=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #680985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680985 is #97F67A. Grayscale: #333333. Windows color (decimal): -9959035 or 8718696. OLE color: 8718696.

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

Color convert

RGB 104 9 133 -
CMYK 0.22 0.93 0 0.48
HSL 285.97º 0.87% 0.28% -
HSV(B) 285.97º 0.93% 0.52% -
XYZ 10.04 4.83 22.59 -
YUV 51.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 104 9 133 0.22 0.93 0 0.48 285.97 0.87 0.28
Hex 68 9 85 16 5D 0 30 11E 57 1C
Octal 150 11 205 26 135 0 60 436 127 34
Binary 1101000 1001 10000101 10110 1011101 0 110000 100011110 1010111 11100

Color Harmonies of #680985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680985

Black with #680985

Text Example


Text Example

White with #680985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680985; }

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

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

background-color css

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

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

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

border-color css

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

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

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