Html Css Color HEX #68115B Palatinate Purple

📋 copy color: '#68115B'

red 104 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #68115B

Tints of Palatinate Purple #68115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 49.06%
G = 8.02%
B = 42.92%

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

#68115B (or 0x68115B) is known color: Palatinate Purple. HEX triplet: 68, 11 and 5B. RGB value is (104,17,91). Sum of RGB (Red+Green+Blue) = 104+17+91=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115B is #97EEA4. Grayscale: #333333. Windows color (decimal): -9957029 or 5968232. OLE color: 5968232.

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

Color convert

RGB 104 17 91 -
CMYK 0 0.84 0.12 0.59
HSL 308.97º 0.72% 0.24% -
HSV(B) 308.97º 0.84% 0.41% -
XYZ 7.8 4.1 10.28 -
YUV 51.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 104 17 91 0 0.84 0.12 0.59 308.97 0.72 0.24
Hex 68 11 5B 0 54 C 3B 135 48 18
Octal 150 21 133 0 124 14 73 465 110 30
Binary 1101000 10001 1011011 0 1010100 1100 111011 100110101 1001000 11000

Color Harmonies of #68115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68115B

Black with #68115B

Text Example


Text Example

White with #68115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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