Html Css Color HEX #68085C Palatinate Purple

📋 copy color: '#68085C'

red 104 ◦ green 8 ◦ blue 92

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

Shades of Palatinate Purple #68085C

Tints of Palatinate Purple #68085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 45.1%

R = 50.98%
G = 3.92%
B = 45.1%

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

#68085C (or 0x68085C) is known color: Palatinate Purple. HEX triplet: 68, 08 and 5C. RGB value is (104,8,92). Sum of RGB (Red+Green+Blue) = 104+8+92=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085C is #97F7A3. Grayscale: #2E2E2E. Windows color (decimal): -9959332 or 6031464. OLE color: 6031464.

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

Color convert

RGB 104 8 92 -
CMYK 0 0.92 0.12 0.59
HSL 307.5º 0.86% 0.22% -
HSV(B) 307.5º 0.92% 0.41% -
XYZ 7.73 3.89 10.47 -
YUV 46.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 104 8 92 0 0.92 0.12 0.59 307.5 0.86 0.22
Hex 68 8 5C 0 5C C 3B 134 56 16
Octal 150 10 134 0 134 14 73 464 126 26
Binary 1101000 1000 1011100 0 1011100 1100 111011 100110100 1010110 10110

Color Harmonies of #68085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68085C

Black with #68085C

Text Example


Text Example

White with #68085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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