Html Css Color HEX #680377 Purple

📋 copy color: '#680377'

red 104 ◦ green 3 ◦ blue 119

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

Shades of Purple #680377

Tints of Purple #680377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 46.02%
G = 1.33%
B = 52.65%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#680377 (or 0x680377) is known color: Purple. HEX triplet: 68, 03 and 77. RGB value is (104,3,119). Sum of RGB (Red+Green+Blue) = 104+3+119=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #680377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680377 is #97FC88. Grayscale: #2E2E2E. Windows color (decimal): -9960585 or 7799656. OLE color: 7799656.

HSL color Cylindrical-coordinate representation of color #680377: hue angle of 292.24º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680377 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 3 119 -
CMYK 0.13 0.97 0 0.53
HSL 292.24º 0.95% 0.24% -
HSV(B) 292.24º 0.97% 0.47% -
XYZ 9.07 4.34 17.81 -
YUV 46.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 104 3 119 0.13 0.97 0 0.53 292.24 0.95 0.24
Hex 68 3 77 D 61 0 35 124 5F 18
Octal 150 3 167 15 141 0 65 444 137 30
Binary 1101000 11 1110111 1101 1100001 0 110101 100100100 1011111 11000

Color Harmonies of #680377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680377

Black with #680377

Text Example


Text Example

White with #680377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680377; }

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

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

background-color css

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

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

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

border-color css

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

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

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