Html Css Color HEX #68395E Palatinate Purple

📋 copy color: '#68395E'

red 104 ◦ green 57 ◦ blue 94

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

Shades of Palatinate Purple #68395E

Tints of Palatinate Purple #68395E

RGB

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

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

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

R = 40.78%
G = 22.35%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68395E (or 0x68395E) is known color: Palatinate Purple. HEX triplet: 68, 39 and 5E. RGB value is (104,57,94). Sum of RGB (Red+Green+Blue) = 104+57+94=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #68395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68395E is #97C6A1. Grayscale: #4B4B4B. Windows color (decimal): -9946786 or 6175080. OLE color: 6175080.

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

Color convert

RGB 104 57 94 -
CMYK 0 0.45 0.10 0.59
HSL 312.77º 0.29% 0.32% -
HSV(B) 312.77º 0.45% 0.41% -
XYZ 9.19 6.68 11.39 -
YUV 75.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 104 57 94 0 0.45 0.10 0.59 312.77 0.29 0.32
Hex 68 39 5E 0 2D A 3B 139 1D 20
Octal 150 71 136 0 55 12 73 471 35 40
Binary 1101000 111001 1011110 0 101101 1010 111011 100111001 11101 100000

Color Harmonies of #68395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68395E

Black with #68395E

Text Example


Text Example

White with #68395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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