Html Css Color HEX #680385 Purple

📋 copy color: '#680385'

red 104 ◦ green 3 ◦ blue 133

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

Shades of Purple #680385

Tints of Purple #680385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 43.33%
G = 1.25%
B = 55.42%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680385 (or 0x680385) is known color: Purple. HEX triplet: 68, 03 and 85. RGB value is (104,3,133). Sum of RGB (Red+Green+Blue) = 104+3+133=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #680385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680385 is #97FC7A. Grayscale: #2F2F2F. Windows color (decimal): -9960571 or 8717160. OLE color: 8717160.

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

Color convert

RGB 104 3 133 -
CMYK 0.22 0.98 0 0.48
HSL 286.62º 0.96% 0.27% -
HSV(B) 286.62º 0.98% 0.52% -
XYZ 9.98 4.7 22.57 -
YUV 48.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 104 3 133 0.22 0.98 0 0.48 286.62 0.96 0.27
Hex 68 3 85 16 62 0 30 11F 60 1B
Octal 150 3 205 26 142 0 60 437 140 33
Binary 1101000 11 10000101 10110 1100010 0 110000 100011111 1100000 11011

Color Harmonies of #680385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680385

Black with #680385

Text Example


Text Example

White with #680385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680385; }

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

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

background-color css

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

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

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

border-color css

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

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

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