Html Css Color HEX #68085D Palatinate Purple

📋 copy color: '#68085D'

red 104 ◦ green 8 ◦ blue 93

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

Shades of Palatinate Purple #68085D

Tints of Palatinate Purple #68085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 50.73%
G = 3.9%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68085D (or 0x68085D) is known color: Palatinate Purple. HEX triplet: 68, 08 and 5D. RGB value is (104,8,93). Sum of RGB (Red+Green+Blue) = 104+8+93=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085D is #97F7A2. Grayscale: #2E2E2E. Windows color (decimal): -9959331 or 6097000. OLE color: 6097000.

HSL color Cylindrical-coordinate representation of color #68085D: hue angle of 306.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68085D is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 93 -
CMYK 0 0.92 0.11 0.59
HSL 306.88º 0.86% 0.22% -
HSV(B) 306.88º 0.92% 0.41% -
XYZ 7.77 3.91 10.7 -
YUV 46.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 104 8 93 0 0.92 0.11 0.59 306.88 0.86 0.22
Hex 68 8 5D 0 5C B 3B 133 56 16
Octal 150 10 135 0 134 13 73 463 126 26
Binary 1101000 1000 1011101 0 1011100 1011 111011 100110011 1010110 10110

Color Harmonies of #68085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68085D

Black with #68085D

Text Example


Text Example

White with #68085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68085D; }

 p { color: rgb(104,8,93); }

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

background-color css

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

 a { background-color: rgb(104,8,93); }

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

border-color css

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

 span { border-color: rgb(104,8,93); }

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