Html Css Color HEX #68345D Palatinate Purple

📋 copy color: '#68345D'

red 104 ◦ green 52 ◦ blue 93

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

Shades of Palatinate Purple #68345D

Tints of Palatinate Purple #68345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 41.77%
G = 20.88%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68345D (or 0x68345D) is known color: Palatinate Purple. HEX triplet: 68, 34 and 5D. RGB value is (104,52,93). Sum of RGB (Red+Green+Blue) = 104+52+93=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68345D is #97CBA2. Grayscale: #484848. Windows color (decimal): -9948067 or 6108264. OLE color: 6108264.

HSL color Cylindrical-coordinate representation of color #68345D: hue angle of 312.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68345D is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 93 -
CMYK 0 0.50 0.11 0.59
HSL 312.69º 0.33% 0.31% -
HSV(B) 312.69º 0.5% 0.41% -
XYZ 8.91 6.19 11.08 -
YUV 72.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 104 52 93 0 0.50 0.11 0.59 312.69 0.33 0.31
Hex 68 34 5D 0 32 B 3B 139 21 1F
Octal 150 64 135 0 62 13 73 471 41 37
Binary 1101000 110100 1011101 0 110010 1011 111011 100111001 100001 11111

Color Harmonies of #68345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68345D

Black with #68345D

Text Example


Text Example

White with #68345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68345D; }

 p { color: rgb(104,52,93); }

 H1.HeaderClassName
 {
   color: #68345D;
 }
 .AnyTagClassName
 {
   color: #68345D;
 }
</style>

background-color css

<style>
 a { background-color: #68345D; }

 a { background-color: rgb(104,52,93); }

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

border-color css

<style>
 span { border-color: #68345D; }

 span { border-color: rgb(104,52,93); }

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