Html Css Color HEX #6C395F Palatinate Purple

📋 copy color: '#6C395F'

red 108 ◦ green 57 ◦ blue 95

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

Shades of Palatinate Purple #6C395F

Tints of Palatinate Purple #6C395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

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

R = 41.54%
G = 21.92%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C395F (or 0x6C395F) is known color: Palatinate Purple. HEX triplet: 6C, 39 and 5F. RGB value is (108,57,95). Sum of RGB (Red+Green+Blue) = 108+57+95=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 108 - color contains mainly: red. Hex color #6C395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C395F is #93C6A0. Grayscale: #4C4C4C. Windows color (decimal): -9684641 or 6240620. OLE color: 6240620.

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

Color convert

RGB 108 57 95 -
CMYK 0 0.47 0.12 0.58
HSL 315.29º 0.31% 0.32% -
HSV(B) 315.29º 0.47% 0.42% -
XYZ 9.71 6.94 11.65 -
YUV 76.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 108 57 95 0 0.47 0.12 0.58 315.29 0.31 0.32
Hex 6C 39 5F 0 2F C 3A 13B 1F 20
Octal 154 71 137 0 57 14 72 473 37 40
Binary 1101100 111001 1011111 0 101111 1100 111010 100111011 11111 100000

Color Harmonies of #6C395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C395F

Black with #6C395F

Text Example


Text Example

White with #6C395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,57,95); }

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

background-color css

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

 a { background-color: rgb(108,57,95); }

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

border-color css

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

 span { border-color: rgb(108,57,95); }

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