Html Css Color HEX #680184 Purple

📋 copy color: '#680184'

red 104 ◦ green 1 ◦ blue 132

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

Shades of Purple #680184

Tints of Purple #680184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 43.88%
G = 0.42%
B = 55.7%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680184 (or 0x680184) is known color: Purple. HEX triplet: 68, 01 and 84. RGB value is (104,1,132). Sum of RGB (Red+Green+Blue) = 104+1+132=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #680184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680184 is #97FE7B. Grayscale: #2E2E2E. Windows color (decimal): -9961084 or 8651112. OLE color: 8651112.

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

Color convert

RGB 104 1 132 -
CMYK 0.21 0.99 0 0.48
HSL 287.18º 0.98% 0.26% -
HSV(B) 287.18º 0.99% 0.52% -
XYZ 9.88 4.63 22.2 -
YUV 46.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 104 1 132 0.21 0.99 0 0.48 287.18 0.98 0.26
Hex 68 1 84 15 63 0 30 11F 62 1A
Octal 150 1 204 25 143 0 60 437 142 32
Binary 1101000 1 10000100 10101 1100011 0 110000 100011111 1100010 11010

Color Harmonies of #680184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680184

Black with #680184

Text Example


Text Example

White with #680184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680184; }

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

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

background-color css

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

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

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

border-color css

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

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

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