Html Css Color HEX #68085B Palatinate Purple

📋 copy color: '#68085B'

red 104 ◦ green 8 ◦ blue 91

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

Shades of Palatinate Purple #68085B

Tints of Palatinate Purple #68085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 51.23%
G = 3.94%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68085B (or 0x68085B) is known color: Palatinate Purple. HEX triplet: 68, 08 and 5B. RGB value is (104,8,91). Sum of RGB (Red+Green+Blue) = 104+8+91=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085B is #97F7A4. Grayscale: #2D2D2D. Windows color (decimal): -9959333 or 5965928. OLE color: 5965928.

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

Color convert

RGB 104 8 91 -
CMYK 0 0.92 0.12 0.59
HSL 308.13º 0.86% 0.22% -
HSV(B) 308.13º 0.92% 0.41% -
XYZ 7.68 3.87 10.24 -
YUV 46.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 104 8 91 0 0.92 0.12 0.59 308.13 0.86 0.22
Hex 68 8 5B 0 5C C 3B 134 56 16
Octal 150 10 133 0 134 14 73 464 126 26
Binary 1101000 1000 1011011 0 1011100 1100 111011 100110100 1010110 10110

Color Harmonies of #68085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68085B

Black with #68085B

Text Example


Text Example

White with #68085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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