Html Css Color HEX #68175D Palatinate Purple

📋 copy color: '#68175D'

red 104 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #68175D

Tints of Palatinate Purple #68175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

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

R = 47.27%
G = 10.45%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68175D (or 0x68175D) is known color: Palatinate Purple. HEX triplet: 68, 17 and 5D. RGB value is (104,23,93). Sum of RGB (Red+Green+Blue) = 104+23+93=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68175D is #97E8A2. Grayscale: #373737. Windows color (decimal): -9955491 or 6100840. OLE color: 6100840.

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

Color convert

RGB 104 23 93 -
CMYK 0 0.78 0.11 0.59
HSL 308.15º 0.64% 0.25% -
HSV(B) 308.15º 0.78% 0.41% -
XYZ 7.99 4.35 10.77 -
YUV 55.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 104 23 93 0 0.78 0.11 0.59 308.15 0.64 0.25
Hex 68 17 5D 0 4E B 3B 134 40 19
Octal 150 27 135 0 116 13 73 464 100 31
Binary 1101000 10111 1011101 0 1001110 1011 111011 100110100 1000000 11001

Color Harmonies of #68175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68175D

Black with #68175D

Text Example


Text Example

White with #68175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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