Html Css Color HEX #68085E Palatinate Purple

📋 copy color: '#68085E'

red 104 ◦ green 8 ◦ blue 94

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

Shades of Palatinate Purple #68085E

Tints of Palatinate Purple #68085E

RGB

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

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

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

R = 50.49%
G = 3.88%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68085E (or 0x68085E) is known color: Palatinate Purple. HEX triplet: 68, 08 and 5E. RGB value is (104,8,94). Sum of RGB (Red+Green+Blue) = 104+8+94=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #68085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085E is #97F7A1. Grayscale: #2E2E2E. Windows color (decimal): -9959330 or 6162536. OLE color: 6162536.

HSL color Cylindrical-coordinate representation of color #68085E: hue angle of 306.25º 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 #68085E is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 94 -
CMYK 0 0.92 0.10 0.59
HSL 306.25º 0.86% 0.22% -
HSV(B) 306.25º 0.92% 0.41% -
XYZ 7.82 3.92 10.94 -
YUV 46.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 104 8 94 0 0.92 0.10 0.59 306.25 0.86 0.22
Hex 68 8 5E 0 5C A 3B 132 56 16
Octal 150 10 136 0 134 12 73 462 126 26
Binary 1101000 1000 1011110 0 1011100 1010 111011 100110010 1010110 10110

Color Harmonies of #68085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68085E

Black with #68085E

Text Example


Text Example

White with #68085E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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