Html Css Color HEX #6C3765 Palatinate Purple

📋 copy color: '#6C3765'

red 108 ◦ green 55 ◦ blue 101

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

Shades of Palatinate Purple #6C3765

Tints of Palatinate Purple #6C3765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 40.91%
G = 20.83%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6C3765 (or 0x6C3765) is known color: Palatinate Purple. HEX triplet: 6C, 37 and 65. RGB value is (108,55,101). Sum of RGB (Red+Green+Blue) = 108+55+101=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3765 is #93C89A. Grayscale: #4B4B4B. Windows color (decimal): -9685147 or 6633324. OLE color: 6633324.

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

Color convert

RGB 108 55 101 -
CMYK 0 0.49 0.06 0.58
HSL 307.92º 0.33% 0.32% -
HSV(B) 307.92º 0.49% 0.42% -
XYZ 9.9 6.86 13.11 -
YUV 76.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 108 55 101 0 0.49 0.06 0.58 307.92 0.33 0.32
Hex 6C 37 65 0 31 6 3A 134 21 20
Octal 154 67 145 0 61 6 72 464 41 40
Binary 1101100 110111 1100101 0 110001 110 111010 100110100 100001 100000

Color Harmonies of #6C3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3765

Black with #6C3765

Text Example


Text Example

White with #6C3765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,55,101); }

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

background-color css

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

 a { background-color: rgb(108,55,101); }

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

border-color css

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

 span { border-color: rgb(108,55,101); }

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