Html Css Color HEX #68175F Palatinate Purple

📋 copy color: '#68175F'

red 104 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #68175F

Tints of Palatinate Purple #68175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 46.85%
G = 10.36%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68175F (or 0x68175F) is known color: Palatinate Purple. HEX triplet: 68, 17 and 5F. RGB value is (104,23,95). Sum of RGB (Red+Green+Blue) = 104+23+95=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68175F is #97E8A0. Grayscale: #373737. Windows color (decimal): -9955489 or 6231912. OLE color: 6231912.

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

Color convert

RGB 104 23 95 -
CMYK 0 0.78 0.09 0.59
HSL 306.67º 0.64% 0.25% -
HSV(B) 306.67º 0.78% 0.41% -
XYZ 8.08 4.38 11.25 -
YUV 55.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 104 23 95 0 0.78 0.09 0.59 306.67 0.64 0.25
Hex 68 17 5F 0 4E 9 3B 133 40 19
Octal 150 27 137 0 116 11 73 463 100 31
Binary 1101000 10111 1011111 0 1001110 1001 111011 100110011 1000000 11001

Color Harmonies of #68175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68175F

Black with #68175F

Text Example


Text Example

White with #68175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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