Html Css Color HEX #68395D Palatinate Purple

📋 copy color: '#68395D'

red 104 ◦ green 57 ◦ blue 93

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

Shades of Palatinate Purple #68395D

Tints of Palatinate Purple #68395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 40.94%
G = 22.44%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68395D (or 0x68395D) is known color: Palatinate Purple. HEX triplet: 68, 39 and 5D. RGB value is (104,57,93). Sum of RGB (Red+Green+Blue) = 104+57+93=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #68395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68395D is #97C6A2. Grayscale: #4B4B4B. Windows color (decimal): -9946787 or 6109544. OLE color: 6109544.

HSL color Cylindrical-coordinate representation of color #68395D: hue angle of 314.04º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68395D is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 57 93 -
CMYK 0 0.45 0.11 0.59
HSL 314.04º 0.29% 0.32% -
HSV(B) 314.04º 0.45% 0.41% -
XYZ 9.15 6.66 11.16 -
YUV 75.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 104 57 93 0 0.45 0.11 0.59 314.04 0.29 0.32
Hex 68 39 5D 0 2D B 3B 13A 1D 20
Octal 150 71 135 0 55 13 73 472 35 40
Binary 1101000 111001 1011101 0 101101 1011 111011 100111010 11101 100000

Color Harmonies of #68395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68395D

Black with #68395D

Text Example


Text Example

White with #68395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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