Html Css Color HEX #68115E Palatinate Purple

📋 copy color: '#68115E'

red 104 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #68115E

Tints of Palatinate Purple #68115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.72%

R = 48.37%
G = 7.91%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68115E (or 0x68115E) is known color: Palatinate Purple. HEX triplet: 68, 11 and 5E. RGB value is (104,17,94). Sum of RGB (Red+Green+Blue) = 104+17+94=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115E is #97EEA1. Grayscale: #333333. Windows color (decimal): -9957026 or 6164840. OLE color: 6164840.

HSL color Cylindrical-coordinate representation of color #68115E: hue angle of 306.9º 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 #68115E is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 94 -
CMYK 0 0.84 0.10 0.59
HSL 306.9º 0.72% 0.24% -
HSV(B) 306.9º 0.84% 0.41% -
XYZ 7.93 4.15 10.97 -
YUV 51.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 104 17 94 0 0.84 0.10 0.59 306.9 0.72 0.24
Hex 68 11 5E 0 54 A 3B 133 48 18
Octal 150 21 136 0 124 12 73 463 110 30
Binary 1101000 10001 1011110 0 1010100 1010 111011 100110011 1001000 11000

Color Harmonies of #68115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68115E

Black with #68115E

Text Example


Text Example

White with #68115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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