Html Css Color HEX #6C385C Palatinate Purple

📋 copy color: '#6C385C'

red 108 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #6C385C

Tints of Palatinate Purple #6C385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 42.19%
G = 21.88%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6C385C (or 0x6C385C) is known color: Palatinate Purple. HEX triplet: 6C, 38 and 5C. RGB value is (108,56,92). Sum of RGB (Red+Green+Blue) = 108+56+92=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C385C is #93C7A3. Grayscale: #4B4B4B. Windows color (decimal): -9684900 or 6043756. OLE color: 6043756.

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

Color convert

RGB 108 56 92 -
CMYK 0 0.48 0.15 0.58
HSL 318.46º 0.32% 0.32% -
HSV(B) 318.46º 0.48% 0.42% -
XYZ 9.53 6.79 10.93 -
YUV 75.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 108 56 92 0 0.48 0.15 0.58 318.46 0.32 0.32
Hex 6C 38 5C 0 30 F 3A 13E 20 20
Octal 154 70 134 0 60 17 72 476 40 40
Binary 1101100 111000 1011100 0 110000 1111 111010 100111110 100000 100000

Color Harmonies of #6C385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C385C

Black with #6C385C

Text Example


Text Example

White with #6C385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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