Html Css Color HEX #68375D Palatinate Purple

📋 copy color: '#68375D'

red 104 ◦ green 55 ◦ blue 93

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

Shades of Palatinate Purple #68375D

Tints of Palatinate Purple #68375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 41.27%
G = 21.83%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68375D (or 0x68375D) is known color: Palatinate Purple. HEX triplet: 68, 37 and 5D. RGB value is (104,55,93). Sum of RGB (Red+Green+Blue) = 104+55+93=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68375D is #97C8A2. Grayscale: #494949. Windows color (decimal): -9947299 or 6109032. OLE color: 6109032.

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

Color convert

RGB 104 55 93 -
CMYK 0 0.47 0.11 0.59
HSL 313.47º 0.31% 0.31% -
HSV(B) 313.47º 0.47% 0.41% -
XYZ 9.05 6.47 11.13 -
YUV 73.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 104 55 93 0 0.47 0.11 0.59 313.47 0.31 0.31
Hex 68 37 5D 0 2F B 3B 139 1F 1F
Octal 150 67 135 0 57 13 73 471 37 37
Binary 1101000 110111 1011101 0 101111 1011 111011 100111001 11111 11111

Color Harmonies of #68375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68375D

Black with #68375D

Text Example


Text Example

White with #68375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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