Html Css Color HEX #680C63 Palatinate Purple

📋 copy color: '#680C63'

red 104 ◦ green 12 ◦ blue 99

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

Shades of Palatinate Purple #680C63

Tints of Palatinate Purple #680C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 48.37%
G = 5.58%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#680C63 (or 0x680C63) is known color: Palatinate Purple. HEX triplet: 68, 0C and 63. RGB value is (104,12,99). Sum of RGB (Red+Green+Blue) = 104+12+99=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #680C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C63 is #97F39C. Grayscale: #313131. Windows color (decimal): -9958301 or 6491240. OLE color: 6491240.

HSL color Cylindrical-coordinate representation of color #680C63: hue angle of 303.26º 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 #680C63 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 12 99 -
CMYK 0 0.88 0.05 0.59
HSL 303.26º 0.79% 0.23% -
HSV(B) 303.26º 0.88% 0.41% -
XYZ 8.09 4.11 12.17 -
YUV 49.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 104 12 99 0 0.88 0.05 0.59 303.26 0.79 0.23
Hex 68 C 63 0 58 5 3B 12F 4F 17
Octal 150 14 143 0 130 5 73 457 117 27
Binary 1101000 1100 1100011 0 1011000 101 111011 100101111 1001111 10111

Color Harmonies of #680C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C63

Black with #680C63

Text Example


Text Example

White with #680C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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