Html Css Color HEX #680467 Purple

📋 copy color: '#680467'

red 104 ◦ green 4 ◦ blue 103

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

Shades of Purple #680467

Tints of Purple #680467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 49.29%
G = 1.9%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#680467 (or 0x680467) is known color: Purple. HEX triplet: 68, 04 and 67. RGB value is (104,4,103). Sum of RGB (Red+Green+Blue) = 104+4+103=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680467 is #97FB98. Grayscale: #2C2C2C. Windows color (decimal): -9960345 or 6751336. OLE color: 6751336.

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

Color convert

RGB 104 4 103 -
CMYK 0 0.96 0.01 0.59
HSL 300.6º 0.93% 0.21% -
HSV(B) 300.6º 0.96% 0.41% -
XYZ 8.2 4.01 13.17 -
YUV 45.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 104 4 103 0 0.96 0.01 0.59 300.6 0.93 0.21
Hex 68 4 67 0 60 1 3B 12D 5D 15
Octal 150 4 147 0 140 1 73 455 135 25
Binary 1101000 100 1100111 0 1100000 1 111011 100101101 1011101 10101

Color Harmonies of #680467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680467

Black with #680467

Text Example


Text Example

White with #680467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680467; }

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

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

background-color css

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

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

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

border-color css

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

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

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