Html Css Color HEX #68105B Palatinate Purple

📋 copy color: '#68105B'

red 104 ◦ green 16 ◦ blue 91

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

Shades of Palatinate Purple #68105B

Tints of Palatinate Purple #68105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 49.29%
G = 7.58%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68105B (or 0x68105B) is known color: Palatinate Purple. HEX triplet: 68, 10 and 5B. RGB value is (104,16,91). Sum of RGB (Red+Green+Blue) = 104+16+91=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68105B is #97EFA4. Grayscale: #323232. Windows color (decimal): -9957285 or 5967976. OLE color: 5967976.

HSL color Cylindrical-coordinate representation of color #68105B: hue angle of 308.86º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68105B is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 91 -
CMYK 0 0.85 0.12 0.59
HSL 308.86º 0.73% 0.24% -
HSV(B) 308.86º 0.85% 0.41% -
XYZ 7.78 4.07 10.27 -
YUV 50.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 104 16 91 0 0.85 0.12 0.59 308.86 0.73 0.24
Hex 68 10 5B 0 55 C 3B 135 49 18
Octal 150 20 133 0 125 14 73 465 111 30
Binary 1101000 10000 1011011 0 1010101 1100 111011 100110101 1001001 11000

Color Harmonies of #68105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68105B

Black with #68105B

Text Example


Text Example

White with #68105B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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