Html Css Color HEX #680C5E Palatinate Purple

📋 copy color: '#680C5E'

red 104 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #680C5E

Tints of Palatinate Purple #680C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

 BLUE value IS 94 (37.11% from 255) = 44.76%

R = 49.52%
G = 5.71%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#680C5E (or 0x680C5E) is known color: Palatinate Purple. HEX triplet: 68, 0C and 5E. RGB value is (104,12,94). Sum of RGB (Red+Green+Blue) = 104+12+94=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C5E is #97F3A1. Grayscale: #303030. Windows color (decimal): -9958306 or 6163560. OLE color: 6163560.

HSL color Cylindrical-coordinate representation of color #680C5E: hue angle of 306.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C5E is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 12 94 -
CMYK 0 0.88 0.10 0.59
HSL 306.52º 0.79% 0.23% -
HSV(B) 306.52º 0.88% 0.41% -
XYZ 7.86 4.01 10.95 -
YUV 48.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 104 12 94 0 0.88 0.10 0.59 306.52 0.79 0.23
Hex 68 C 5E 0 58 A 3B 133 4F 17
Octal 150 14 136 0 130 12 73 463 117 27
Binary 1101000 1100 1011110 0 1011000 1010 111011 100110011 1001111 10111

Color Harmonies of #680C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C5E

Black with #680C5E

Text Example


Text Example

White with #680C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680C5E; }

 p { color: rgb(104,12,94); }

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

background-color css

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

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

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

border-color css

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

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

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