Html Css Color HEX #680468 Purple

📋 copy color: '#680468'

red 104 ◦ green 4 ◦ blue 104

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

Shades of Purple #680468

Tints of Purple #680468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 49.06%
G = 1.89%
B = 49.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#680468 (or 0x680468) is known color: Purple. HEX triplet: 68, 04 and 68. RGB value is (104,4,104). Sum of RGB (Red+Green+Blue) = 104+4+104=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #680468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680468 is #97FB97. Grayscale: #2D2D2D. Windows color (decimal): -9960344 or 6816872. OLE color: 6816872.

HSL color Cylindrical-coordinate representation of color #680468: hue angle of 300º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680468 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 104 -
CMYK 0 0.96 0 0.59
HSL 300º 0.93% 0.21% -
HSV(B) 300º 0.96% 0.41% -
XYZ 8.25 4.03 13.44 -
YUV 45.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 104 4 104 0 0.96 0 0.59 300 0.93 0.21
Hex 68 4 68 0 60 0 3B 12C 5D 15
Octal 150 4 150 0 140 0 73 454 135 25
Binary 1101000 100 1101000 0 1100000 0 111011 100101100 1011101 10101

Color Harmonies of #680468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680468

Black with #680468

Text Example


Text Example

White with #680468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680468; }

 p { color: rgb(104,4,104); }

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

background-color css

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

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

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

border-color css

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

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

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