Html Css Color HEX #68105E Palatinate Purple

📋 copy color: '#68105E'

red 104 ◦ green 16 ◦ blue 94

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

Shades of Palatinate Purple #68105E

Tints of Palatinate Purple #68105E

RGB

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

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

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

R = 48.6%
G = 7.48%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68105E (or 0x68105E) is known color: Palatinate Purple. HEX triplet: 68, 10 and 5E. RGB value is (104,16,94). Sum of RGB (Red+Green+Blue) = 104+16+94=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68105E is #97EFA1. Grayscale: #323232. Windows color (decimal): -9957282 or 6164584. OLE color: 6164584.

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

Color convert

RGB 104 16 94 -
CMYK 0 0.85 0.10 0.59
HSL 306.82º 0.73% 0.24% -
HSV(B) 306.82º 0.85% 0.41% -
XYZ 7.91 4.12 10.97 -
YUV 51.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 104 16 94 0 0.85 0.10 0.59 306.82 0.73 0.24
Hex 68 10 5E 0 55 A 3B 133 49 18
Octal 150 20 136 0 125 12 73 463 111 30
Binary 1101000 10000 1011110 0 1010101 1010 111011 100110011 1001001 11000

Color Harmonies of #68105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68105E

Black with #68105E

Text Example


Text Example

White with #68105E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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