Html Css Color HEX #680387 Purple

📋 copy color: '#680387'

red 104 ◦ green 3 ◦ blue 135

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

Shades of Purple #680387

Tints of Purple #680387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 42.98%
G = 1.24%
B = 55.79%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#680387 (or 0x680387) is known color: Purple. HEX triplet: 68, 03 and 87. RGB value is (104,3,135). Sum of RGB (Red+Green+Blue) = 104+3+135=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #680387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680387 is #97FC78. Grayscale: #2F2F2F. Windows color (decimal): -9960569 or 8848232. OLE color: 8848232.

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

Color convert

RGB 104 3 135 -
CMYK 0.23 0.98 0 0.47
HSL 285.91º 0.96% 0.27% -
HSV(B) 285.91º 0.98% 0.53% -
XYZ 10.11 4.76 23.31 -
YUV 48.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 104 3 135 0.23 0.98 0 0.47 285.91 0.96 0.27
Hex 68 3 87 17 62 0 2F 11E 60 1B
Octal 150 3 207 27 142 0 57 436 140 33
Binary 1101000 11 10000111 10111 1100010 0 101111 100011110 1100000 11011

Color Harmonies of #680387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680387

Black with #680387

Text Example


Text Example

White with #680387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680387; }

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

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

background-color css

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

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

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

border-color css

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

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

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