Html Css Color HEX #68085A Palatinate Purple

📋 copy color: '#68085A'

red 104 ◦ green 8 ◦ blue 90

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

Shades of Palatinate Purple #68085A

Tints of Palatinate Purple #68085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.55%

R = 51.49%
G = 3.96%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68085A (or 0x68085A) is known color: Palatinate Purple. HEX triplet: 68, 08 and 5A. RGB value is (104,8,90). Sum of RGB (Red+Green+Blue) = 104+8+90=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085A is #97F7A5. Grayscale: #2D2D2D. Windows color (decimal): -9959334 or 5900392. OLE color: 5900392.

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

Color convert

RGB 104 8 90 -
CMYK 0 0.92 0.13 0.59
HSL 308.75º 0.86% 0.22% -
HSV(B) 308.75º 0.92% 0.41% -
XYZ 7.64 3.85 10.01 -
YUV 46.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 104 8 90 0 0.92 0.13 0.59 308.75 0.86 0.22
Hex 68 8 5A 0 5C D 3B 135 56 16
Octal 150 10 132 0 134 15 73 465 126 26
Binary 1101000 1000 1011010 0 1011100 1101 111011 100110101 1010110 10110

Color Harmonies of #68085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68085A

Black with #68085A

Text Example


Text Example

White with #68085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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