Html Css Color HEX #68115A Palatinate Purple

📋 copy color: '#68115A'

red 104 ◦ green 17 ◦ blue 90

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

Shades of Palatinate Purple #68115A

Tints of Palatinate Purple #68115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 49.29%
G = 8.06%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68115A (or 0x68115A) is known color: Palatinate Purple. HEX triplet: 68, 11 and 5A. RGB value is (104,17,90). Sum of RGB (Red+Green+Blue) = 104+17+90=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115A is #97EEA5. Grayscale: #333333. Windows color (decimal): -9957030 or 5902696. OLE color: 5902696.

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

Color convert

RGB 104 17 90 -
CMYK 0 0.84 0.13 0.59
HSL 309.66º 0.72% 0.24% -
HSV(B) 309.66º 0.84% 0.41% -
XYZ 7.75 4.08 10.05 -
YUV 51.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 104 17 90 0 0.84 0.13 0.59 309.66 0.72 0.24
Hex 68 11 5A 0 54 D 3B 136 48 18
Octal 150 21 132 0 124 15 73 466 110 30
Binary 1101000 10001 1011010 0 1010100 1101 111011 100110110 1001000 11000

Color Harmonies of #68115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68115A

Black with #68115A

Text Example


Text Example

White with #68115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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