Html Css Color HEX #6D3966 Palatinate Purple

📋 copy color: '#6D3966'

red 109 ◦ green 57 ◦ blue 102

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

Shades of Palatinate Purple #6D3966

Tints of Palatinate Purple #6D3966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.06%

R = 40.67%
G = 21.27%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D3966 (or 0x6D3966) is known color: Palatinate Purple. HEX triplet: 6D, 39 and 66. RGB value is (109,57,102). Sum of RGB (Red+Green+Blue) = 109+57+102=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3966 is #92C699. Grayscale: #4D4D4D. Windows color (decimal): -9619098 or 6699373. OLE color: 6699373.

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

Color convert

RGB 109 57 102 -
CMYK 0 0.48 0.06 0.57
HSL 308.08º 0.31% 0.33% -
HSV(B) 308.08º 0.48% 0.43% -
XYZ 10.17 7.14 13.41 -
YUV 77.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 109 57 102 0 0.48 0.06 0.57 308.08 0.31 0.33
Hex 6D 39 66 0 30 6 39 134 1F 21
Octal 155 71 146 0 60 6 71 464 37 41
Binary 1101101 111001 1100110 0 110000 110 111001 100110100 11111 100001

Color Harmonies of #6D3966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3966

Black with #6D3966

Text Example


Text Example

White with #6D3966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,57,102); }

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

background-color css

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

 a { background-color: rgb(109,57,102); }

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

border-color css

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

 span { border-color: rgb(109,57,102); }

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