Html Css Color HEX #6C395C Palatinate Purple

📋 copy color: '#6C395C'

red 108 ◦ green 57 ◦ blue 92

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

Shades of Palatinate Purple #6C395C

Tints of Palatinate Purple #6C395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 42.02%
G = 22.18%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6C395C (or 0x6C395C) is known color: Palatinate Purple. HEX triplet: 6C, 39 and 5C. RGB value is (108,57,92). Sum of RGB (Red+Green+Blue) = 108+57+92=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 108 - color contains mainly: red. Hex color #6C395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C395C is #93C6A3. Grayscale: #4C4C4C. Windows color (decimal): -9684644 or 6044012. OLE color: 6044012.

HSL color Cylindrical-coordinate representation of color #6C395C: hue angle of 318.82º 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 #6C395C is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 57 92 -
CMYK 0 0.47 0.15 0.58
HSL 318.82º 0.31% 0.32% -
HSV(B) 318.82º 0.47% 0.42% -
XYZ 9.58 6.89 10.95 -
YUV 76.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 108 57 92 0 0.47 0.15 0.58 318.82 0.31 0.32
Hex 6C 39 5C 0 2F F 3A 13F 1F 20
Octal 154 71 134 0 57 17 72 477 37 40
Binary 1101100 111001 1011100 0 101111 1111 111010 100111111 11111 100000

Color Harmonies of #6C395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C395C

Black with #6C395C

Text Example


Text Example

White with #6C395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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