Html Css Color HEX #680672 Purple

📋 copy color: '#680672'

red 104 ◦ green 6 ◦ blue 114

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

Shades of Purple #680672

Tints of Purple #680672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

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

R = 46.43%
G = 2.68%
B = 50.89%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680672 (or 0x680672) is known color: Purple. HEX triplet: 68, 06 and 72. RGB value is (104,6,114). Sum of RGB (Red+Green+Blue) = 104+6+114=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #680672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680672 is #97F98D. Grayscale: #2F2F2F. Windows color (decimal): -9959822 or 7472744. OLE color: 7472744.

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

Color convert

RGB 104 6 114 -
CMYK 0.09 0.95 0 0.55
HSL 294.44º 0.9% 0.24% -
HSV(B) 294.44º 0.95% 0.45% -
XYZ 8.81 4.29 16.28 -
YUV 47.61 165.47 168.22 -
System Red Green Blue C M Y K H S L
Decimal 104 6 114 0.09 0.95 0 0.55 294.44 0.9 0.24
Hex 68 6 72 9 5F 0 37 126 5A 18
Octal 150 6 162 11 137 0 67 446 132 30
Binary 1101000 110 1110010 1001 1011111 0 110111 100100110 1011010 11000

Color Harmonies of #680672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680672

Black with #680672

Text Example


Text Example

White with #680672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680672; }

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

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

background-color css

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

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

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

border-color css

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

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

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