Html Css Color HEX #68315F Palatinate Purple

📋 copy color: '#68315F'

red 104 ◦ green 49 ◦ blue 95

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

Shades of Palatinate Purple #68315F

Tints of Palatinate Purple #68315F

RGB

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

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

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

R = 41.94%
G = 19.76%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68315F (or 0x68315F) is known color: Palatinate Purple. HEX triplet: 68, 31 and 5F. RGB value is (104,49,95). Sum of RGB (Red+Green+Blue) = 104+49+95=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68315F is #97CEA0. Grayscale: #464646. Windows color (decimal): -9948833 or 6238568. OLE color: 6238568.

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

Color convert

RGB 104 49 95 -
CMYK 0 0.53 0.09 0.59
HSL 309.82º 0.36% 0.3% -
HSV(B) 309.82º 0.53% 0.41% -
XYZ 8.87 5.97 11.51 -
YUV 70.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 104 49 95 0 0.53 0.09 0.59 309.82 0.36 0.3
Hex 68 31 5F 0 35 9 3B 136 24 1E
Octal 150 61 137 0 65 11 73 466 44 36
Binary 1101000 110001 1011111 0 110101 1001 111011 100110110 100100 11110

Color Harmonies of #68315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68315F

Black with #68315F

Text Example


Text Example

White with #68315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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