Html Css Color HEX #680883 Purple

📋 copy color: '#680883'

red 104 ◦ green 8 ◦ blue 131

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

Shades of Purple #680883

Tints of Purple #680883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.91%

R = 42.8%
G = 3.29%
B = 53.91%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680883 (or 0x680883) is known color: Purple. HEX triplet: 68, 08 and 83. RGB value is (104,8,131). Sum of RGB (Red+Green+Blue) = 104+8+131=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #680883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680883 is #97F77C. Grayscale: #323232. Windows color (decimal): -9959293 or 8587368. OLE color: 8587368.

HSL color Cylindrical-coordinate representation of color #680883: hue angle of 286.83º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680883 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 8 131 -
CMYK 0.21 0.94 0 0.49
HSL 286.83º 0.88% 0.27% -
HSV(B) 286.83º 0.94% 0.51% -
XYZ 9.89 4.76 21.87 -
YUV 50.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 104 8 131 0.21 0.94 0 0.49 286.83 0.88 0.27
Hex 68 8 83 15 5E 0 31 11F 58 1B
Octal 150 10 203 25 136 0 61 437 130 33
Binary 1101000 1000 10000011 10101 1011110 0 110001 100011111 1011000 11011

Color Harmonies of #680883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680883

Black with #680883

Text Example


Text Example

White with #680883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680883; }

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

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

background-color css

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

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

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

border-color css

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

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

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