Html Css Color HEX #680384 Purple

📋 copy color: '#680384'

red 104 ◦ green 3 ◦ blue 132

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

Shades of Purple #680384

Tints of Purple #680384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 43.51%
G = 1.26%
B = 55.23%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680384 (or 0x680384) is known color: Purple. HEX triplet: 68, 03 and 84. RGB value is (104,3,132). Sum of RGB (Red+Green+Blue) = 104+3+132=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #680384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680384 is #97FC7B. Grayscale: #2F2F2F. Windows color (decimal): -9960572 or 8651624. OLE color: 8651624.

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

Color convert

RGB 104 3 132 -
CMYK 0.21 0.98 0 0.48
HSL 286.98º 0.96% 0.26% -
HSV(B) 286.98º 0.98% 0.52% -
XYZ 9.91 4.67 22.21 -
YUV 47.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 104 3 132 0.21 0.98 0 0.48 286.98 0.96 0.26
Hex 68 3 84 15 62 0 30 11F 60 1A
Octal 150 3 204 25 142 0 60 437 140 32
Binary 1101000 11 10000100 10101 1100010 0 110000 100011111 1100000 11010

Color Harmonies of #680384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680384

Black with #680384

Text Example


Text Example

White with #680384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680384; }

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

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

background-color css

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

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

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

border-color css

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

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

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