Html Css Color HEX #6D3B60 Palatinate Purple

📋 copy color: '#6D3B60'

red 109 ◦ green 59 ◦ blue 96

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

Shades of Palatinate Purple #6D3B60

Tints of Palatinate Purple #6D3B60

RGB

 RED value IS 109 (42.97% from 255) = 41.29%

 GREEN value IS 59 (23.44% from 255) = 22.35%

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 41.29%
G = 22.35%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6D3B60 (or 0x6D3B60) is known color: Palatinate Purple. HEX triplet: 6D, 3B and 60. RGB value is (109,59,96). Sum of RGB (Red+Green+Blue) = 109+59+96=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3B60 is #92C49F. Grayscale: #4E4E4E. Windows color (decimal): -9618592 or 6306669. OLE color: 6306669.

HSL color Cylindrical-coordinate representation of color #6D3B60: hue angle of 315.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D3B60 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 59 96 -
CMYK 0 0.46 0.12 0.57
HSL 315.6º 0.3% 0.33% -
HSV(B) 315.6º 0.46% 0.43% -
XYZ 9.98 7.22 11.93 -
YUV 78.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 109 59 96 0 0.46 0.12 0.57 315.6 0.3 0.33
Hex 6D 3B 60 0 2E C 39 13C 1E 21
Octal 155 73 140 0 56 14 71 474 36 41
Binary 1101101 111011 1100000 0 101110 1100 111001 100111100 11110 100001

Color Harmonies of #6D3B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3B60

Black with #6D3B60

Text Example


Text Example

White with #6D3B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,59,96); }

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

background-color css

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

 a { background-color: rgb(109,59,96); }

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

border-color css

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

 span { border-color: rgb(109,59,96); }

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