Html Css Color HEX #68115D Palatinate Purple

📋 copy color: '#68115D'

red 104 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #68115D

Tints of Palatinate Purple #68115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 48.6%
G = 7.94%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68115D (or 0x68115D) is known color: Palatinate Purple. HEX triplet: 68, 11 and 5D. RGB value is (104,17,93). Sum of RGB (Red+Green+Blue) = 104+17+93=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115D is #97EEA2. Grayscale: #333333. Windows color (decimal): -9957027 or 6099304. OLE color: 6099304.

HSL color Cylindrical-coordinate representation of color #68115D: hue angle of 307.59º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68115D is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 93 -
CMYK 0 0.84 0.11 0.59
HSL 307.59º 0.72% 0.24% -
HSV(B) 307.59º 0.84% 0.41% -
XYZ 7.89 4.13 10.74 -
YUV 51.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 104 17 93 0 0.84 0.11 0.59 307.59 0.72 0.24
Hex 68 11 5D 0 54 B 3B 134 48 18
Octal 150 21 135 0 124 13 73 464 110 30
Binary 1101000 10001 1011101 0 1010100 1011 111011 100110100 1001000 11000

Color Harmonies of #68115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68115D

Black with #68115D

Text Example


Text Example

White with #68115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68115D; }

 p { color: rgb(104,17,93); }

 H1.HeaderClassName
 {
   color: #68115D;
 }
 .AnyTagClassName
 {
   color: #68115D;
 }
</style>

background-color css

<style>
 a { background-color: #68115D; }

 a { background-color: rgb(104,17,93); }

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

border-color css

<style>
 span { border-color: #68115D; }

 span { border-color: rgb(104,17,93); }

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