Html Css Color HEX #680172 Purple

📋 copy color: '#680172'

red 104 ◦ green 1 ◦ blue 114

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

Shades of Purple #680172

Tints of Purple #680172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 47.49%
G = 0.46%
B = 52.05%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680172 (or 0x680172) is known color: Purple. HEX triplet: 68, 01 and 72. RGB value is (104,1,114). Sum of RGB (Red+Green+Blue) = 104+1+114=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #680172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680172 is #97FE8D. Grayscale: #2C2C2C. Windows color (decimal): -9961102 or 7471464. OLE color: 7471464.

HSL color Cylindrical-coordinate representation of color #680172: hue angle of 294.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680172 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 1 114 -
CMYK 0.09 0.99 0 0.55
HSL 294.69º 0.98% 0.23% -
HSV(B) 294.69º 0.99% 0.45% -
XYZ 8.76 4.18 16.26 -
YUV 44.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 104 1 114 0.09 0.99 0 0.55 294.69 0.98 0.23
Hex 68 1 72 9 63 0 37 127 62 17
Octal 150 1 162 11 143 0 67 447 142 27
Binary 1101000 1 1110010 1001 1100011 0 110111 100100111 1100010 10111

Color Harmonies of #680172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680172

Black with #680172

Text Example


Text Example

White with #680172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680172; }

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

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

background-color css

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

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

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

border-color css

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

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

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