Html Css Color HEX #68085F Palatinate Purple

📋 copy color: '#68085F'

red 104 ◦ green 8 ◦ blue 95

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

Shades of Palatinate Purple #68085F

Tints of Palatinate Purple #68085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 50.24%
G = 3.86%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68085F (or 0x68085F) is known color: Palatinate Purple. HEX triplet: 68, 08 and 5F. RGB value is (104,8,95). Sum of RGB (Red+Green+Blue) = 104+8+95=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #68085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085F is #97F7A0. Grayscale: #2E2E2E. Windows color (decimal): -9959329 or 6228072. OLE color: 6228072.

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

Color convert

RGB 104 8 95 -
CMYK 0 0.92 0.09 0.59
HSL 305.63º 0.86% 0.22% -
HSV(B) 305.63º 0.92% 0.41% -
XYZ 7.86 3.94 11.17 -
YUV 46.62 155.3 168.93 -
System Red Green Blue C M Y K H S L
Decimal 104 8 95 0 0.92 0.09 0.59 305.63 0.86 0.22
Hex 68 8 5F 0 5C 9 3B 132 56 16
Octal 150 10 137 0 134 11 73 462 126 26
Binary 1101000 1000 1011111 0 1011100 1001 111011 100110010 1010110 10110

Color Harmonies of #68085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68085F

Black with #68085F

Text Example


Text Example

White with #68085F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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