Html Css Color HEX #680466 Purple

📋 copy color: '#680466'

red 104 ◦ green 4 ◦ blue 102

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

Shades of Purple #680466

Tints of Purple #680466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.57%

R = 49.52%
G = 1.9%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#680466 (or 0x680466) is known color: Purple. HEX triplet: 68, 04 and 66. RGB value is (104,4,102). Sum of RGB (Red+Green+Blue) = 104+4+102=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680466 is #97FB99. Grayscale: #2C2C2C. Windows color (decimal): -9960346 or 6685800. OLE color: 6685800.

HSL color Cylindrical-coordinate representation of color #680466: hue angle of 301.2º 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 #680466 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 102 -
CMYK 0 0.96 0.02 0.59
HSL 301.2º 0.93% 0.21% -
HSV(B) 301.2º 0.96% 0.41% -
XYZ 8.15 3.99 12.91 -
YUV 45.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 104 4 102 0 0.96 0.02 0.59 301.2 0.93 0.21
Hex 68 4 66 0 60 2 3B 12D 5D 15
Octal 150 4 146 0 140 2 73 455 135 25
Binary 1101000 100 1100110 0 1100000 10 111011 100101101 1011101 10101

Color Harmonies of #680466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680466

Black with #680466

Text Example


Text Example

White with #680466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680466; }

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

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

background-color css

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

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

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

border-color css

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

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

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