Html Css Color HEX #6C315B Palatinate Purple

📋 copy color: '#6C315B'

red 108 ◦ green 49 ◦ blue 91

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

Shades of Palatinate Purple #6C315B

Tints of Palatinate Purple #6C315B

RGB

 RED value IS 108 (42.58% from 255) = 43.55%

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

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

R = 43.55%
G = 19.76%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C315B (or 0x6C315B) is known color: Palatinate Purple. HEX triplet: 6C, 31 and 5B. RGB value is (108,49,91). Sum of RGB (Red+Green+Blue) = 108+49+91=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 108 - color contains mainly: red. Hex color #6C315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C315B is #93CEA4. Grayscale: #474747. Windows color (decimal): -9686693 or 5976428. OLE color: 5976428.

HSL color Cylindrical-coordinate representation of color #6C315B: hue angle of 317.29º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C315B is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 49 91 -
CMYK 0 0.55 0.16 0.58
HSL 317.29º 0.38% 0.31% -
HSV(B) 317.29º 0.55% 0.42% -
XYZ 9.17 6.14 10.6 -
YUV 71.43 139.05 154.08 -
System Red Green Blue C M Y K H S L
Decimal 108 49 91 0 0.55 0.16 0.58 317.29 0.38 0.31
Hex 6C 31 5B 0 37 10 3A 13D 26 1F
Octal 154 61 133 0 67 20 72 475 46 37
Binary 1101100 110001 1011011 0 110111 10000 111010 100111101 100110 11111

Color Harmonies of #6C315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C315B

Black with #6C315B

Text Example


Text Example

White with #6C315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C315B; }

 p { color: rgb(108,49,91); }

 H1.HeaderClassName
 {
   color: #6C315B;
 }
 .AnyTagClassName
 {
   color: #6C315B;
 }
</style>

background-color css

<style>
 a { background-color: #6C315B; }

 a { background-color: rgb(108,49,91); }

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

border-color css

<style>
 span { border-color: #6C315B; }

 span { border-color: rgb(108,49,91); }

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