Html Css Color HEX #680C5F Palatinate Purple

📋 copy color: '#680C5F'

red 104 ◦ green 12 ◦ blue 95

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

Shades of Palatinate Purple #680C5F

Tints of Palatinate Purple #680C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 49.29%
G = 5.69%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#680C5F (or 0x680C5F) is known color: Palatinate Purple. HEX triplet: 68, 0C and 5F. RGB value is (104,12,95). Sum of RGB (Red+Green+Blue) = 104+12+95=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #680C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C5F is #97F3A0. Grayscale: #303030. Windows color (decimal): -9958305 or 6229096. OLE color: 6229096.

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

Color convert

RGB 104 12 95 -
CMYK 0 0.88 0.09 0.59
HSL 305.87º 0.79% 0.23% -
HSV(B) 305.87º 0.88% 0.41% -
XYZ 7.91 4.03 11.19 -
YUV 48.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 104 12 95 0 0.88 0.09 0.59 305.87 0.79 0.23
Hex 68 C 5F 0 58 9 3B 132 4F 17
Octal 150 14 137 0 130 11 73 462 117 27
Binary 1101000 1100 1011111 0 1011000 1001 111011 100110010 1001111 10111

Color Harmonies of #680C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C5F

Black with #680C5F

Text Example


Text Example

White with #680C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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