Html Css Color HEX #68115C Palatinate Purple

📋 copy color: '#68115C'

red 104 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #68115C

Tints of Palatinate Purple #68115C

RGB

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

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

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

R = 48.83%
G = 7.98%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68115C (or 0x68115C) is known color: Palatinate Purple. HEX triplet: 68, 11 and 5C. RGB value is (104,17,92). Sum of RGB (Red+Green+Blue) = 104+17+92=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115C is #97EEA3. Grayscale: #333333. Windows color (decimal): -9957028 or 6033768. OLE color: 6033768.

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

Color convert

RGB 104 17 92 -
CMYK 0 0.84 0.12 0.59
HSL 308.28º 0.72% 0.24% -
HSV(B) 308.28º 0.84% 0.41% -
XYZ 7.84 4.12 10.51 -
YUV 51.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 104 17 92 0 0.84 0.12 0.59 308.28 0.72 0.24
Hex 68 11 5C 0 54 C 3B 134 48 18
Octal 150 21 134 0 124 14 73 464 110 30
Binary 1101000 10001 1011100 0 1010100 1100 111011 100110100 1001000 11000

Color Harmonies of #68115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68115C

Black with #68115C

Text Example


Text Example

White with #68115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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