Html Css Color HEX #68315E Palatinate Purple

📋 copy color: '#68315E'

red 104 ◦ green 49 ◦ blue 94

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

Shades of Palatinate Purple #68315E

Tints of Palatinate Purple #68315E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 42.11%
G = 19.84%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68315E (or 0x68315E) is known color: Palatinate Purple. HEX triplet: 68, 31 and 5E. RGB value is (104,49,94). Sum of RGB (Red+Green+Blue) = 104+49+94=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68315E is #97CEA1. Grayscale: #464646. Windows color (decimal): -9948834 or 6173032. OLE color: 6173032.

HSL color Cylindrical-coordinate representation of color #68315E: hue angle of 310.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68315E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 49 94 -
CMYK 0 0.53 0.10 0.59
HSL 310.91º 0.36% 0.3% -
HSV(B) 310.91º 0.53% 0.41% -
XYZ 8.83 5.95 11.27 -
YUV 70.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 104 49 94 0 0.53 0.10 0.59 310.91 0.36 0.3
Hex 68 31 5E 0 35 A 3B 137 24 1E
Octal 150 61 136 0 65 12 73 467 44 36
Binary 1101000 110001 1011110 0 110101 1010 111011 100110111 100100 11110

Color Harmonies of #68315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68315E

Black with #68315E

Text Example


Text Example

White with #68315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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