Html Css Color HEX #680173 Purple

📋 copy color: '#680173'

red 104 ◦ green 1 ◦ blue 115

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

Shades of Purple #680173

Tints of Purple #680173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.27%

R = 47.27%
G = 0.45%
B = 52.27%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680173 (or 0x680173) is known color: Purple. HEX triplet: 68, 01 and 73. RGB value is (104,1,115). Sum of RGB (Red+Green+Blue) = 104+1+115=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #680173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680173 is #97FE8C. Grayscale: #2C2C2C. Windows color (decimal): -9961101 or 7537000. OLE color: 7537000.

HSL color Cylindrical-coordinate representation of color #680173: hue angle of 294.21º 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 #680173 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 1 115 -
CMYK 0.10 0.99 0 0.55
HSL 294.21º 0.98% 0.23% -
HSV(B) 294.21º 0.99% 0.45% -
XYZ 8.81 4.2 16.57 -
YUV 44.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 104 1 115 0.10 0.99 0 0.55 294.21 0.98 0.23
Hex 68 1 73 A 63 0 37 126 62 17
Octal 150 1 163 12 143 0 67 446 142 27
Binary 1101000 1 1110011 1010 1100011 0 110111 100100110 1100010 10111

Color Harmonies of #680173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680173

Black with #680173

Text Example


Text Example

White with #680173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680173; }

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

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

background-color css

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

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

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

border-color css

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

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

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