Html Css Color HEX #68175B Palatinate Purple

📋 copy color: '#68175B'

red 104 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #68175B

Tints of Palatinate Purple #68175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 47.71%
G = 10.55%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68175B (or 0x68175B) is known color: Palatinate Purple. HEX triplet: 68, 17 and 5B. RGB value is (104,23,91). Sum of RGB (Red+Green+Blue) = 104+23+91=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68175B is #97E8A4. Grayscale: #363636. Windows color (decimal): -9955493 or 5969768. OLE color: 5969768.

HSL color Cylindrical-coordinate representation of color #68175B: hue angle of 309.63º 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 #68175B is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 91 -
CMYK 0 0.78 0.12 0.59
HSL 309.63º 0.64% 0.25% -
HSV(B) 309.63º 0.78% 0.41% -
XYZ 7.9 4.31 10.31 -
YUV 54.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 104 23 91 0 0.78 0.12 0.59 309.63 0.64 0.25
Hex 68 17 5B 0 4E C 3B 136 40 19
Octal 150 27 133 0 116 14 73 466 100 31
Binary 1101000 10111 1011011 0 1001110 1100 111011 100110110 1000000 11001

Color Harmonies of #68175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68175B

Black with #68175B

Text Example


Text Example

White with #68175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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