Html Css Color HEX #680F6D Palatinate Purple

📋 copy color: '#680F6D'

red 104 ◦ green 15 ◦ blue 109

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

Shades of Palatinate Purple #680F6D

Tints of Palatinate Purple #680F6D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 45.61%
G = 6.58%
B = 47.81%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#680F6D (or 0x680F6D) is known color: Palatinate Purple. HEX triplet: 68, 0F and 6D. RGB value is (104,15,109). Sum of RGB (Red+Green+Blue) = 104+15+109=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #680F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F6D is #97F092. Grayscale: #343434. Windows color (decimal): -9957523 or 7147368. OLE color: 7147368.

HSL color Cylindrical-coordinate representation of color #680F6D: hue angle of 296.81º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F6D is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 15 109 -
CMYK 0.05 0.86 0 0.57
HSL 296.81º 0.76% 0.24% -
HSV(B) 296.81º 0.86% 0.43% -
XYZ 8.64 4.39 14.86 -
YUV 52.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 104 15 109 0.05 0.86 0 0.57 296.81 0.76 0.24
Hex 68 F 6D 5 56 0 39 129 4C 18
Octal 150 17 155 5 126 0 71 451 114 30
Binary 1101000 1111 1101101 101 1010110 0 111001 100101001 1001100 11000

Color Harmonies of #680F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F6D

Black with #680F6D

Text Example


Text Example

White with #680F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,15,109); }

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

background-color css

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

 a { background-color: rgb(104,15,109); }

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

border-color css

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

 span { border-color: rgb(104,15,109); }

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